#DDC9B4

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

Shades of Bone #DDC9B4

Tints of Bone #DDC9B4

Color information

#DDC9B4 (or 0xDDC9B4) is unknown color: approx Bone. HEX triplet: DD, C9 and B4. RGB value is (221,201,180). Sum of RGB (Red+Green+Blue) = 221+201+180=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9B4 is #22364B. Grayscale: #CCCCCC. Windows color (decimal): -2242124 or 11848157. OLE color: 11848157.

HSL color Cylindrical-coordinate representation of color #DDC9B4: hue angle of 30.73º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDC9B4 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221201180-
CMYK00.090.190.13
HSL30.73º37.61%78.63%-
HSV(B)30.73º18.55%86.67%-
XYZ58.9460.4451.74-
YUV204.59114.13139.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 201 (78.91% from 255) = 33.39%
BLUE value IS 180 (70.70% from 255) = 29.90%
R=36.71%
G=33.39%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120118000.090.190.1330.7337.6178.63
HexDDC9B40913D1f264f
Octal33531126401123153746117
Binary11011101110010011011010001001100111101111111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC9B4; }

 p { color: rgb(221,201,180); }

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

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

 a { background-color: rgb(221,201,180); }

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

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

 span { border-color: rgb(221,201,180); }

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