#DDC6AB

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

Shades of Bone #DDC6AB

Tints of Bone #DDC6AB

Color information

#DDC6AB (or 0xDDC6AB) is unknown color: approx Bone. HEX triplet: DD, C6 and AB. RGB value is (221,198,171). Sum of RGB (Red+Green+Blue) = 221+198+171=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC6AB is #223954. Grayscale: #C9C9C9. Windows color (decimal): -2242901 or 11257565. OLE color: 11257565.

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

Color convert

RGB221198171-
CMYK00.100.230.13
HSL32.4º42.37%76.86%-
HSV(B)32.4º22.62%86.67%-
XYZ57.3658.746.84-
YUV201.8110.62141.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 171 (67.19% from 255) = 28.98%
R=37.46%
G=33.56%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119817100.100.230.1332.442.3776.86
HexDDC6AB0A17D202a4d
Octal33530625301227154052115
Binary110111011100011010101011010101011111011000001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6AB; }

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

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

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

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

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

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

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

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