Color Hex Logo

#ddb11c Color Hex

#DDB11C
(221,177,28)
1 Favorites   0 Comments

Color spaces of #ddb11c

RGB 22117728
HSL0.130.780.49
HSV46°87°87°
CMYK 0.000.200.87   0.13
XYZ45.750546.90037.7400
Yxy46.90030.45570.4672
Hunter Lab68.4838-0.600041.2377
CIE-Lab74.12603.378472.5400

#ddb11c color RGB value is (221,177,28).

#ddb11c hex color red value is 221, green value is 177 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ddb11c hue: 0.13 , saturation: 0.78 and the lightness value of ddb11c is 0.49.

The process color (four color CMYK) of #ddb11c color hex is 0.00, 0.20, 0.87, 0.13. Web safe color of #ddb11c is #cc9933. Color #ddb11c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 00011100
Octal 335 261 34
Decimal 221 177 28
Hex DD B1 1C

RGB Percentages of Color #ddb11c

%51.88
%41.55
%6.57

CMYK Percentages of Color #ddb11c

%0
%20
%87
%13

Triadic Colors of #ddb11c

#ddb11c #1cddb1 #b11cdd

Analogous Colors of #ddb11c

#ddb11c #a9dd1c #dd511c

Monochromatic Colors of #ddb11c

#ddb11c

Complementary Color

#ddb11c #1c48dd

#ddb11c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb11c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb11c Color CSS Codes

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

#ddb11c Text Font Color

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

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


#ddb11c Background Color

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

This div background color is #ddb11c


#ddb11c Border Color

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

This div border color is #ddb11c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb11c


Comments

No comments written yet.

Please login to write comment.