Color Hex Logo

#dda24d Color Hex

#DDA24D
(221,162,77)
0 Favorites   0 Comments

Color spaces of #dda24d

RGB 22116277
HSL0.100.680.58
HSV35°65°87°
CMYK 0.000.270.65   0.13
XYZ44.078741.748612.7563
Yxy41.74860.44710.4235
Hunter Lab64.61328.698633.5238
CIE-Lab70.697213.325051.6151

#dda24d color RGB value is (221,162,77).

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

The process color (four color CMYK) of #dda24d color hex is 0.00, 0.27, 0.65, 0.13. Web safe color of #dda24d is #cc9966. Color #dda24d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 01001101
Octal 335 242 115
Decimal 221 162 77
Hex DD A2 4D

RGB Percentages of Color #dda24d

%48.04
%35.22
%16.74

CMYK Percentages of Color #dda24d

%0
%27
%65
%13

Triadic Colors of #dda24d

#dda24d #4ddda2 #a24ddd

Analogous Colors of #dda24d

#dda24d #d0dd4d #dd5a4d

Monochromatic Colors of #dda24d

#dda24d

Complementary Color

#dda24d #4d88dd

#dda24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda24d Color CSS Codes

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

#dda24d Text Font Color

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

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


#dda24d Background Color

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

This div background color is #dda24d


#dda24d Border Color

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

This div border color is #dda24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda24d


Comments

No comments written yet.

Please login to write comment.