Color Hex Logo

#ddb663 Color Hex

#DDB663
(221,182,99)
0 Favorites   0 Comments

Color spaces of #ddb663

RGB 22118299
HSL0.110.640.63
HSV41°55°87°
CMYK 0.000.180.55   0.13
XYZ48.798949.728918.8310
Yxy49.72890.41580.4237
Hunter Lab70.51870.114133.5306
CIE-Lab75.90264.237447.0230

#ddb663 color RGB value is (221,182,99).

#ddb663 hex color red value is 221, green value is 182 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ddb663 hue: 0.11 , saturation: 0.64 and the lightness value of ddb663 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 01100011
Octal 335 266 143
Decimal 221 182 99
Hex DD B6 63

RGB Percentages of Color #ddb663

%44.02
%36.25
%19.72

CMYK Percentages of Color #ddb663

%0
%18
%55
%13

Triadic Colors of #ddb663

#ddb663 #63ddb6 #b663dd

Analogous Colors of #ddb663

#ddb663 #c7dd63 #dd7963

Monochromatic Colors of #ddb663

#ddb663

Complementary Color

#ddb663 #638add

#ddb663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb663 Color CSS Codes

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

#ddb663 Text Font Color

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

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


#ddb663 Background Color

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

This div background color is #ddb663


#ddb663 Border Color

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

This div border color is #ddb663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb663


Comments

No comments written yet.

Please login to write comment.