Color Hex Logo

#ddb24c Color Hex

#DDB24C
(221,178,76)
0 Favorites   0 Comments

Color spaces of #ddb24c

RGB 22117876
HSL0.120.680.58
HSV42°66°87°
CMYK 0.000.190.66   0.13
XYZ47.043747.734713.5717
Yxy47.73470.43420.4406
Hunter Lab69.09030.632936.7166
CIE-Lab74.65734.746056.4005

#ddb24c color RGB value is (221,178,76).

#ddb24c hex color red value is 221, green value is 178 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ddb24c hue: 0.12 , saturation: 0.68 and the lightness value of ddb24c is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 01001100
Octal 335 262 114
Decimal 221 178 76
Hex DD B2 4C

RGB Percentages of Color #ddb24c

%46.53
%37.47
%16.00

CMYK Percentages of Color #ddb24c

%0
%19
%66
%13

Triadic Colors of #ddb24c

#ddb24c #4cddb2 #b24cdd

Analogous Colors of #ddb24c

#ddb24c #c0dd4c #dd6a4c

Monochromatic Colors of #ddb24c

#ddb24c

Complementary Color

#ddb24c #4c77dd

#ddb24c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb24c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb24c Color CSS Codes

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

#ddb24c Text Font Color

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

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


#ddb24c Background Color

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

This div background color is #ddb24c


#ddb24c Border Color

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

This div border color is #ddb24c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb24c


Comments

No comments written yet.

Please login to write comment.