#DDC5AD

Color #DDC5AD Bone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bone #DDC5AD

Tints of Bone #DDC5AD

Color information

#DDC5AD (or 0xDDC5AD) is unknown color: approx Bone. HEX triplet: DD, C5 and AD. RGB value is (221,197,173). Sum of RGB (Red+Green+Blue) = 221+197+173=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC5AD is #223A52. Grayscale: #C9C9C9. Windows color (decimal): -2243155 or 11388381. OLE color: 11388381.

HSL color Cylindrical-coordinate representation of color #DDC5AD: hue angle of 30º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC5AD is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221197173-
CMYK00.110.220.13
HSL30º41.38%77.25%-
HSV(B)30º21.72%86.67%-
XYZ57.3358.3247.77-
YUV201.44111.95141.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 197 (77.34% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 29.27%
R=37.39%
G=33.33%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119717300.110.220.133041.3877.25
HexDDC5AD0B16D1e294d
Octal33530525501326153651115
Binary11011101110001011010110101011101101101111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5AD; }

 p { color: rgb(221,197,173); }

 H1.HeaderClassName
 {
   color: #DDC5AD;
 }
 .AnyTagClassName
 {
   color: #DDC5AD;
 }
</style>
background-color css

<style>
 a { background-color: #DDC5AD; }

 a { background-color: rgb(221,197,173); }

 div.DivClassName
 {
   background-color: #DDC5AD;
 }
 .BgClassName
 {
   background-color: #DDC5AD;
 }
</style>
border-color css

<style>
 span { border-color: #DDC5AD; }

 span { border-color: rgb(221,197,173); }

 td.TdClassName
 {
   border-color: #DDC5AD;
 }
 .TagClassName
 {
   border-color: #DDC5AD;
 }
</style>