Color Hex Logo

#ddb00a Color Hex

#DDB00A
(221,176,10)
0 Favorites   0 Comments

Color spaces of #ddb00a

RGB 22117610
HSL0.130.910.45
HSV47°95°87°
CMYK 0.000.200.95   0.13
XYZ45.398946.44476.8591
Yxy46.44470.46000.4706
Hunter Lab68.1503-0.353941.7379
CIE-Lab73.83323.634075.3057

#ddb00a color RGB value is (221,176,10).

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

The process color (four color CMYK) of #ddb00a color hex is 0.00, 0.20, 0.95, 0.13. Web safe color of #ddb00a is #cc9900. Color #ddb00a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 00001010
Octal 335 260 12
Decimal 221 176 10
Hex DD B0 A

RGB Percentages of Color #ddb00a

%54.30
%43.24
%2.46

CMYK Percentages of Color #ddb00a

%0
%20
%95
%13

Triadic Colors of #ddb00a

#ddb00a #0addb0 #b00add

Analogous Colors of #ddb00a

#ddb00a #a1dd0a #dd470a

Monochromatic Colors of #ddb00a

#ddb00a

Complementary Color

#ddb00a #0a37dd

#ddb00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb00a Color CSS Codes

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

#ddb00a Text Font Color

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

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


#ddb00a Background Color

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

This div background color is #ddb00a


#ddb00a Border Color

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

This div border color is #ddb00a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,176,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 #ddb00a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb00a


Comments

No comments written yet.

Please login to write comment.