Color Hex Logo

#ddbb0c Color Hex

#DDBB0C
(221,187,12)
0 Favorites   0 Comments

Color spaces of #ddbb0c

RGB 22118712
HSL0.140.900.46
HSV50°95°87°
CMYK 0.000.150.95   0.13
XYZ47.655550.93937.6684
Yxy50.93930.44850.4794
Hunter Lab71.3718-5.714743.5899
CIE-Lab76.6422-2.102677.1347

#ddbb0c color RGB value is (221,187,12).

#ddbb0c hex color red value is 221, green value is 187 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ddbb0c hue: 0.14 , saturation: 0.90 and the lightness value of ddbb0c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 00001100
Octal 335 273 14
Decimal 221 187 12
Hex DD BB C

RGB Percentages of Color #ddbb0c

%52.62
%44.52
%2.86

CMYK Percentages of Color #ddbb0c

%0
%15
%95
%13

Triadic Colors of #ddbb0c

#ddbb0c #0cddbb #bb0cdd

Analogous Colors of #ddbb0c

#ddbb0c #97dd0c #dd530c

Monochromatic Colors of #ddbb0c

#ddbb0c

Complementary Color

#ddbb0c #0c2edd

#ddbb0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb0c Color CSS Codes

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

#ddbb0c Text Font Color

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

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


#ddbb0c Background Color

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

This div background color is #ddbb0c


#ddbb0c Border Color

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

This div border color is #ddbb0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb0c


Comments

No comments written yet.

Please login to write comment.