Color Hex Logo

#ddc022 Color Hex

#DDC022
(221,192,34)
0 Favorites   0 Comments

Color spaces of #ddc022

RGB 22119234
HSL0.140.730.50
HSV51°85°87°
CMYK 0.000.130.85   0.13
XYZ48.957253.18699.1992
Yxy53.18690.43970.4777
Hunter Lab72.9293-7.800043.5718
CIE-Lab77.9852-4.307174.2841

#ddc022 color RGB value is (221,192,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 00100010
Octal 335 300 42
Decimal 221 192 34
Hex DD C0 22

RGB Percentages of Color #ddc022

%49.44
%42.95
%7.61

CMYK Percentages of Color #ddc022

%0
%13
%85
%13

Triadic Colors of #ddc022

#ddc022 #22ddc0 #c022dd

Analogous Colors of #ddc022

#ddc022 #9ddd22 #dd6222

Monochromatic Colors of #ddc022

#ddc022

Complementary Color

#ddc022 #223fdd

#ddc022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc022 Color CSS Codes

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

#ddc022 Text Font Color

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

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


#ddc022 Background Color

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

This div background color is #ddc022


#ddc022 Border Color

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

This div border color is #ddc022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc022


Comments

No comments written yet.

Please login to write comment.