Color Hex Logo

#dda65c Color Hex

#DDA65C
(221,166,92)
0 Favorites   0 Comments

Color spaces of #dda65c

RGB 22116692
HSL0.100.650.61
HSV34°58°87°
CMYK 0.000.250.58   0.13
XYZ45.386843.417316.1134
Yxy43.41730.43260.4138
Hunter Lab65.89187.641631.6253
CIE-Lab71.837312.202245.6550

#dda65c color RGB value is (221,166,92).

#dda65c hex color red value is 221, green value is 166 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dda65c hue: 0.10 , saturation: 0.65 and the lightness value of dda65c is 0.61.

The process color (four color CMYK) of #dda65c color hex is 0.00, 0.25, 0.58, 0.13. Web safe color of #dda65c is #cc9966. Color #dda65c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 01011100
Octal 335 246 134
Decimal 221 166 92
Hex DD A6 5C

RGB Percentages of Color #dda65c

%46.14
%34.66
%19.21

CMYK Percentages of Color #dda65c

%0
%25
%58
%13

Triadic Colors of #dda65c

#dda65c #5cdda6 #a65cdd

Analogous Colors of #dda65c

#dda65c #d4dd5c #dd665c

Monochromatic Colors of #dda65c

#dda65c

Complementary Color

#dda65c #5c93dd

#dda65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda65c Color CSS Codes

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

#dda65c Text Font Color

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

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


#dda65c Background Color

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

This div background color is #dda65c


#dda65c Border Color

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

This div border color is #dda65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda65c


Comments

No comments written yet.

Please login to write comment.