Color Hex Logo

#ddc60b Color Hex

#DDC60B
(221,198,11)
0 Favorites   0 Comments

Color spaces of #ddc60b

RGB 22119811
HSL0.150.910.45
HSV53°95°87°
CMYK 0.000.100.95   0.13
XYZ50.073355.78458.4449
Yxy55.78450.43810.4880
Hunter Lab74.6890-11.035145.5785
CIE-Lab79.4910-7.774879.3477

#ddc60b color RGB value is (221,198,11).

#ddc60b hex color red value is 221, green value is 198 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ddc60b hue: 0.15 , saturation: 0.91 and the lightness value of ddc60b is 0.45.

The process color (four color CMYK) of #ddc60b color hex is 0.00, 0.10, 0.95, 0.13. Web safe color of #ddc60b is #cccc00. Color #ddc60b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 00001011
Octal 335 306 13
Decimal 221 198 11
Hex DD C6 B

RGB Percentages of Color #ddc60b

%51.40
%46.05
%2.56

CMYK Percentages of Color #ddc60b

%0
%10
%95
%13

Triadic Colors of #ddc60b

#ddc60b #0bddc6 #c60bdd

Analogous Colors of #ddc60b

#ddc60b #8bdd0b #dd5d0b

Monochromatic Colors of #ddc60b

#ddc60b

Complementary Color

#ddc60b #0b22dd

#ddc60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc60b Color CSS Codes

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

#ddc60b Text Font Color

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

This sample text font color is #ddc60b
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.


#ddc60b Background Color

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

This div background color is #ddc60b


#ddc60b Border Color

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

This div border color is #ddc60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc60b


Comments

No comments written yet.

Please login to write comment.