#DFC9B1

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

Shades of Bone #DFC9B1

Tints of Bone #DFC9B1

Color information

#DFC9B1 (or 0xDFC9B1) is unknown color: approx Bone. HEX triplet: DF, C9 and B1. RGB value is (223,201,177). Sum of RGB (Red+Green+Blue) = 223+201+177=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC9B1 is #20364E. Grayscale: #CCCCCC. Windows color (decimal): -2111055 or 11651551. OLE color: 11651551.

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

Color convert

RGB223201177-
CMYK00.100.210.13
HSL31.3º41.82%78.43%-
HSV(B)31.3º20.63%87.45%-
XYZ59.2560.6450.18-
YUV204.84112.29140.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 201 (78.91% from 255) = 33.44%
BLUE value IS 177 (69.53% from 255) = 29.45%
R=37.10%
G=33.44%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320117700.100.210.1331.341.8278.43
HexDFC9B10A15D1f2a4e
Octal33731126101225153752116
Binary11011111110010011011000101010101011101111111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC9B1; }

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

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

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

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

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

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

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

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