Color Hex Logo

#ddb22c Color Hex

#DDB22C
(221,178,44)
0 Favorites   0 Comments

Color spaces of #ddb22c

RGB 22117844
HSL0.130.720.52
HSV45°80°87°
CMYK 0.000.190.80   0.13
XYZ46.193847.39489.0963
Yxy47.39480.44990.4616
Hunter Lab68.8439-0.704440.3568
CIE-Lab74.44163.279568.5029

#ddb22c color RGB value is (221,178,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 00101100
Octal 335 262 54
Decimal 221 178 44
Hex DD B2 2C

RGB Percentages of Color #ddb22c

%49.89
%40.18
%9.93

CMYK Percentages of Color #ddb22c

%0
%19
%80
%13

Triadic Colors of #ddb22c

#ddb22c #2cddb2 #b22cdd

Analogous Colors of #ddb22c

#ddb22c #b0dd2c #dd5a2c

Monochromatic Colors of #ddb22c

#ddb22c

Complementary Color

#ddb22c #2c57dd

#ddb22c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb22c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb22c Color CSS Codes

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

#ddb22c Text Font Color

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

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


#ddb22c Background Color

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

This div background color is #ddb22c


#ddb22c Border Color

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

This div border color is #ddb22c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb22c


Comments

No comments written yet.

Please login to write comment.