Color Hex Logo

#ddb65a Color Hex

#DDB65A
(221,182,90)
0 Favorites   0 Comments

Color spaces of #ddb65a

RGB 22118290
HSL0.120.660.61
HSV42°59°87°
CMYK 0.000.180.59   0.13
XYZ48.392249.566216.6896
Yxy49.56620.42210.4323
Hunter Lab70.4033-0.512435.2272
CIE-Lab75.80223.554551.2448

#ddb65a color RGB value is (221,182,90).

#ddb65a hex color red value is 221, green value is 182 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ddb65a hue: 0.12 , saturation: 0.66 and the lightness value of ddb65a is 0.61.

The process color (four color CMYK) of #ddb65a color hex is 0.00, 0.18, 0.59, 0.13. Web safe color of #ddb65a is #cccc66. Color #ddb65a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 01011010
Octal 335 266 132
Decimal 221 182 90
Hex DD B6 5A

RGB Percentages of Color #ddb65a

%44.83
%36.92
%18.26

CMYK Percentages of Color #ddb65a

%0
%18
%59
%13

Triadic Colors of #ddb65a

#ddb65a #5addb6 #b65add

Analogous Colors of #ddb65a

#ddb65a #c3dd5a #dd755a

Monochromatic Colors of #ddb65a

#ddb65a

Complementary Color

#ddb65a #5a81dd

#ddb65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb65a Color CSS Codes

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

#ddb65a Text Font Color

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

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


#ddb65a Background Color

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

This div background color is #ddb65a


#ddb65a Border Color

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

This div border color is #ddb65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb65a

#ddb65a Color Palettes


Comments

No comments written yet.

Please login to write comment.