Color Hex Logo

#ddbb0a Color Hex

#DDBB0A
(221,187,10)
0 Favorites   0 Comments

Color spaces of #ddbb0a

RGB 22118710
HSL0.140.910.45
HSV50°95°87°
CMYK 0.000.150.95   0.13
XYZ47.643950.93477.6074
Yxy50.93470.44870.4797
Hunter Lab71.3686-5.732743.6381
CIE-Lab76.6394-2.122877.3494

#ddbb0a color RGB value is (221,187,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 00001010
Octal 335 273 12
Decimal 221 187 10
Hex DD BB A

RGB Percentages of Color #ddbb0a

%52.87
%44.74
%2.39

CMYK Percentages of Color #ddbb0a

%0
%15
%95
%13

Triadic Colors of #ddbb0a

#ddbb0a #0addbb #bb0add

Analogous Colors of #ddbb0a

#ddbb0a #96dd0a #dd510a

Monochromatic Colors of #ddbb0a

#ddbb0a

Complementary Color

#ddbb0a #0a2cdd

#ddbb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb0a Color CSS Codes

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

#ddbb0a Text Font Color

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

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


#ddbb0a Background Color

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

This div background color is #ddbb0a


#ddbb0a Border Color

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

This div border color is #ddbb0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb0a


Comments

No comments written yet.

Please login to write comment.