color codes Logo

#ddc54d color codes

#DDC54D
(221,197,77)
0 Favorites   0 Comments

Color spaces of #ddc54d

RGB 22119777
HSL0.140.680.58
HSV50°65°87°
CMYK 0.000.110.65   0.13
XYZ51.124655.840515.1049
Yxy55.84050.41880.4574
Hunter Lab74.7265-8.649540.3239
CIE-Lab79.5230-5.105961.1608

#ddc54d color RGB value is (221,197,77).

#ddc54d hex color red value is 221, green value is 197 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ddc54d hue: 0.14 , saturation: 0.68 and the lightness value of ddc54d is 0.58.

The process color (four color CMYK) of #ddc54d color code is 0.00, 0.11, 0.65, 0.13. Web safe color of #ddc54d is #cccc66. Color #ddc54d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 01001101
Octal 335 305 115
Decimal 221 197 77
Hex DD C5 4D

RGB Percentages of Color #ddc54d

%44.65
%39.80
%15.56

CMYK Percentages of Color #ddc54d

%0
%11
%65
%13

Triadic Colors of #ddc54d

#ddc54d #4dddc5 #c54ddd

Analogous Colors of #ddc54d

#ddc54d #addd4d #dd7d4d

Monochromatic Colors of #ddc54d

#ddc54d

Complementary Color

#ddc54d #4d65dd

#ddc54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc54d Color CSS Codes

.mybgcolor {background-color:#ddc54d; } 
.myforecolor {color:#ddc54d; }
.mybordercolor {border:3px solid #ddc54d; }

#ddc54d Text Font Color

<p style="color:#ddc54d">Text here</p>

This sample text font color is #ddc54d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddc54d Background Color

<div style="background-color:#ddc54d">
Div content here</div>

This div background color is #ddc54d


#ddc54d Border Color

<div style="border:3px solid #ddc54d">
Div here</div>

This div border color is #ddc54d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,197,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddc54d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddc54d;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc54d;
  box-shadow:         1px 1px 3px 2px #ddc54d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,197,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddc54d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc54d;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc54d;
  box-shadow:         1px 1px 3px 2px #ddc54d;">
Div content here</div>

This div box has shadow with color #ddc54d


Comments

No comments written yet.

Please login to write comment.