Color Hex Logo

#ddc02d Color Hex

#DDC02D
(221,192,45)
0 Favorites   0 Comments

Color spaces of #ddc02d

RGB 22119245
HSL0.140.720.52
HSV50°80°87°
CMYK 0.000.130.80   0.13
XYZ49.142153.260910.1729
Yxy53.26090.43650.4731
Hunter Lab72.9801-7.519842.8214
CIE-Lab78.0288-3.991071.3662

#ddc02d color RGB value is (221,192,45).

#ddc02d hex color red value is 221, green value is 192 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ddc02d hue: 0.14 , saturation: 0.72 and the lightness value of ddc02d is 0.52.

The process color (four color CMYK) of #ddc02d color hex is 0.00, 0.13, 0.80, 0.13. Web safe color of #ddc02d is #cccc33. Color #ddc02d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 00101101
Octal 335 300 55
Decimal 221 192 45
Hex DD C0 2D

RGB Percentages of Color #ddc02d

%48.25
%41.92
%9.83

CMYK Percentages of Color #ddc02d

%0
%13
%80
%13

Triadic Colors of #ddc02d

#ddc02d #2dddc0 #c02ddd

Analogous Colors of #ddc02d

#ddc02d #a2dd2d #dd682d

Monochromatic Colors of #ddc02d

#ddc02d

Complementary Color

#ddc02d #2d4add

#ddc02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc02d Color CSS Codes

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

#ddc02d Text Font Color

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

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


#ddc02d Background Color

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

This div background color is #ddc02d


#ddc02d Border Color

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

This div border color is #ddc02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc02d


Comments

No comments written yet.

Please login to write comment.