#DDC3AB

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

Shades of Bone #DDC3AB

Tints of Bone #DDC3AB

Color information

#DDC3AB (or 0xDDC3AB) is unknown color: approx Bone. HEX triplet: DD, C3 and AB. RGB value is (221,195,171). Sum of RGB (Red+Green+Blue) = 221+195+171=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC3AB is #223C54. Grayscale: #C8C8C8. Windows color (decimal): -2243669 or 11256797. OLE color: 11256797.

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

Color convert

RGB221195171-
CMYK00.120.230.13
HSL28.8º42.37%76.86%-
HSV(B)28.8º22.62%86.67%-
XYZ56.6857.3446.61-
YUV200.04111.61142.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 195 (76.56% from 255) = 33.22%
BLUE value IS 171 (67.19% from 255) = 29.13%
R=37.65%
G=33.22%
B=29.13%

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
Decimal22119517100.120.230.1328.842.3776.86
HexDDC3AB0C17D1d2a4d
Octal33530325301427153552115
Binary11011101110000111010101101100101111101111011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3AB; }

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

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

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

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

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

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

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

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