#DFC9B2

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

Shades of Bone #DFC9B2

Tints of Bone #DFC9B2

Color information

#DFC9B2 (or 0xDFC9B2) is unknown color: approx Bone. HEX triplet: DF, C9 and B2. RGB value is (223,201,178). Sum of RGB (Red+Green+Blue) = 223+201+178=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC9B2 is #20364D. Grayscale: #CDCDCD. Windows color (decimal): -2111054 or 11717087. OLE color: 11717087.

HSL color Cylindrical-coordinate representation of color #DFC9B2: hue angle of 30.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFC9B2 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB223201178-
CMYK00.100.200.13
HSL30.67º41.28%78.63%-
HSV(B)30.67º20.18%87.45%-
XYZ59.3560.6850.7-
YUV204.96112.79140.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 201 (78.91% from 255) = 33.39%
BLUE value IS 178 (69.92% from 255) = 29.57%
R=37.04%
G=33.39%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320117800.100.200.1330.6741.2878.63
HexDFC9B20A14D1f294f
Octal33731126201224153751117
Binary11011111110010011011001001010101001101111111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC9B2; }

 p { color: rgb(223,201,178); }

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

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

 a { background-color: rgb(223,201,178); }

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

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

 span { border-color: rgb(223,201,178); }

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