#DDC2AD

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

Shades of Bone #DDC2AD

Tints of Bone #DDC2AD

Color information

#DDC2AD (or 0xDDC2AD) is unknown color: approx Bone. HEX triplet: DD, C2 and AD. RGB value is (221,194,173). Sum of RGB (Red+Green+Blue) = 221+194+173=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC2AD is #223D52. Grayscale: #C7C7C7. Windows color (decimal): -2243923 or 11387613. OLE color: 11387613.

HSL color Cylindrical-coordinate representation of color #DDC2AD: hue angle of 26.25º 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 #DDC2AD is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221194173-
CMYK00.120.220.13
HSL26.25º41.38%77.25%-
HSV(B)26.25º21.72%86.67%-
XYZ56.6556.9747.55-
YUV199.68112.95143.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 194 (76.17% from 255) = 32.99%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=37.59%
G=32.99%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119417300.120.220.1326.2541.3877.25
HexDDC2AD0C16D1a294d
Octal33530225501426153251115
Binary11011101110000101010110101100101101101110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC2AD; }

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

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

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

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

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

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

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

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