#DDC8B2

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

Shades of Bone #DDC8B2

Tints of Bone #DDC8B2

Color information

#DDC8B2 (or 0xDDC8B2) is unknown color: approx Bone. HEX triplet: DD, C8 and B2. RGB value is (221,200,178). Sum of RGB (Red+Green+Blue) = 221+200+178=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC8B2 is #22374D. Grayscale: #CBCBCB. Windows color (decimal): -2242382 or 11716829. OLE color: 11716829.

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

Color convert

RGB221200178-
CMYK00.100.190.13
HSL30.7º38.74%78.24%-
HSV(B)30.7º19.46%86.67%-
XYZ58.5159.950.6-
YUV203.77113.46140.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 200 (78.52% from 255) = 33.39%
BLUE value IS 178 (69.92% from 255) = 29.72%
R=36.89%
G=33.39%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120017800.100.190.1330.738.7478.24
HexDDC8B20A13D1f274e
Octal33531026201223153747116
Binary11011101110010001011001001010100111101111111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC8B2; }

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

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

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

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

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

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

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

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