Color Hex Logo

#dda200 Color Hex

#DDA200
(221,162,0)
0 Favorites   0 Comments

Color spaces of #dda200

RGB 2211620
HSL0.121.000.43
HSV44°100°87°
CMYK 0.000.271.00   0.13
XYZ42.739141.21285.7023
Yxy41.21280.47670.4597
Hunter Lab64.19726.490839.6716
CIE-Lab70.324810.969574.0085

#dda200 color RGB value is (221,162,0).

#dda200 hex color red value is 221, green value is 162 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dda200 hue: 0.12 , saturation: 1.00 and the lightness value of dda200 is 0.43.

The process color (four color CMYK) of #dda200 color hex is 0.00, 0.27, 1.00, 0.13. Web safe color of #dda200 is #cc9900. Color #dda200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 00000000
Octal 335 242 0
Decimal 221 162 0
Hex DD A2 0

RGB Percentages of Color #dda200

%57.70
%42.30
%0.00

CMYK Percentages of Color #dda200

%0
%27
%100
%13

Triadic Colors of #dda200

#dda200 #00dda2 #a200dd

Analogous Colors of #dda200

#dda200 #aadd00 #dd3400

Monochromatic Colors of #dda200

#dda200

Complementary Color

#dda200 #003bdd

#dda200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda200 Color CSS Codes

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

#dda200 Text Font Color

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

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


#dda200 Background Color

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

This div background color is #dda200


#dda200 Border Color

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

This div border color is #dda200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda200


Comments

No comments written yet.

Please login to write comment.