#DDC8AB

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

Shades of Bone #DDC8AB

Tints of Bone #DDC8AB

Color information

#DDC8AB (or 0xDDC8AB) is unknown color: approx Bone. HEX triplet: DD, C8 and AB. RGB value is (221,200,171). Sum of RGB (Red+Green+Blue) = 221+200+171=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC8AB is #223754. Grayscale: #CBCBCB. Windows color (decimal): -2242389 or 11258077. OLE color: 11258077.

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

Color convert

RGB221200171-
CMYK00.100.230.13
HSL34.8º42.37%76.86%-
HSV(B)34.8º22.62%86.67%-
XYZ57.8259.6246.99-
YUV202.97109.96140.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 200 (78.52% from 255) = 33.78%
BLUE value IS 171 (67.19% from 255) = 28.89%
R=37.33%
G=33.78%
B=28.89%

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
Decimal22120017100.100.230.1334.842.3776.86
HexDDC8AB0A17D232a4d
Octal33531025301227154352115
Binary110111011100100010101011010101011111011000111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC8AB; }

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

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

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

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

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

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

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

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