#DDC2AB

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

Shades of Bone #DDC2AB

Tints of Bone #DDC2AB

Color information

#DDC2AB (or 0xDDC2AB) is unknown color: approx Bone. HEX triplet: DD, C2 and AB. RGB value is (221,194,171). Sum of RGB (Red+Green+Blue) = 221+194+171=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC2AB is #223D54. Grayscale: #C7C7C7. Windows color (decimal): -2243925 or 11256541. OLE color: 11256541.

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

Color convert

RGB221194171-
CMYK00.120.230.13
HSL27.6º42.37%76.86%-
HSV(B)27.6º22.62%86.67%-
XYZ56.4656.946.53-
YUV199.45111.95143.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 194 (76.17% from 255) = 33.11%
BLUE value IS 171 (67.19% from 255) = 29.18%
R=37.71%
G=33.11%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119417100.120.230.1327.642.3776.86
HexDDC2AB0C17D1c2a4d
Octal33530225301427153452115
Binary11011101110000101010101101100101111101111001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC2AB; }

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

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

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

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

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

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

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

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