Color Hex Logo

#ddc200 Color Hex

#DDC200
(221,194,0)
0 Favorites   0 Comments

Color spaces of #ddc200

RGB 2211940
HSL0.151.000.43
HSV53°100°87°
CMYK 0.000.121.00   0.13
XYZ49.110653.95577.8261
Yxy53.95570.44290.4866
Hunter Lab73.4545-9.203045.1012
CIE-Lab78.4359-5.831579.6649

#ddc200 color RGB value is (221,194,0).

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

The process color (four color CMYK) of #ddc200 color hex is 0.00, 0.12, 1.00, 0.13. Web safe color of #ddc200 is #cccc00. Color #ddc200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 00000000
Octal 335 302 0
Decimal 221 194 0
Hex DD C2 0

RGB Percentages of Color #ddc200

%53.25
%46.75
%0.00

CMYK Percentages of Color #ddc200

%0
%12
%100
%13

Triadic Colors of #ddc200

#ddc200 #00ddc2 #c200dd

Analogous Colors of #ddc200

#ddc200 #8add00 #dd5400

Monochromatic Colors of #ddc200

#ddc200

Complementary Color

#ddc200 #001bdd

#ddc200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc200 Color CSS Codes

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

#ddc200 Text Font Color

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

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


#ddc200 Background Color

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

This div background color is #ddc200


#ddc200 Border Color

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

This div border color is #ddc200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc200


Comments

No comments written yet.

Please login to write comment.