Color Hex Logo

#ddca00 Color Hex

#DDCA00
(221,202,0)
0 Favorites   0 Comments

Color spaces of #ddca00

RGB 2212020
HSL0.151.000.43
HSV55°100°87°
CMYK 0.000.091.00   0.13
XYZ50.939357.61328.4357
Yxy57.61320.43540.4925
Hunter Lab75.9034-13.038246.5430
CIE-Lab80.5233-9.909481.1584

#ddca00 color RGB value is (221,202,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 00000000
Octal 335 312 0
Decimal 221 202 0
Hex DD CA 0

RGB Percentages of Color #ddca00

%52.25
%47.75
%0.00

CMYK Percentages of Color #ddca00

%0
%9
%100
%13

Triadic Colors of #ddca00

#ddca00 #00ddca #ca00dd

Analogous Colors of #ddca00

#ddca00 #82dd00 #dd5c00

Monochromatic Colors of #ddca00

#ddca00

Complementary Color

#ddca00 #0013dd

#ddca00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddca00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddca00 Color CSS Codes

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

#ddca00 Text Font Color

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

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


#ddca00 Background Color

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

This div background color is #ddca00


#ddca00 Border Color

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

This div border color is #ddca00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddca00


Comments

No comments written yet.

Please login to write comment.