#DFC8B5

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

Shades of Bone #DFC8B5

Tints of Bone #DFC8B5

Color information

#DFC8B5 (or 0xDFC8B5) is unknown color: approx Bone. HEX triplet: DF, C8 and B5. RGB value is (223,200,181). Sum of RGB (Red+Green+Blue) = 223+200+181=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8B5 is #20374A. Grayscale: #CCCCCC. Windows color (decimal): -2111307 or 11913439. OLE color: 11913439.

HSL color Cylindrical-coordinate representation of color #DFC8B5: hue angle of 27.14º degrees, saturation: 0.4, 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 #DFC8B5 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB223200181-
CMYK00.100.190.13
HSL27.14º39.62%79.22%-
HSV(B)27.14º18.83%87.45%-
XYZ59.4360.3352.23-
YUV204.71114.62141.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 200 (78.52% from 255) = 33.11%
BLUE value IS 181 (71.09% from 255) = 29.97%
R=36.92%
G=33.11%
B=29.97%

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
Decimal22320018100.100.190.1327.1439.6279.22
HexDFC8B50A13D1b284f
Octal33731026501223153350117
Binary11011111110010001011010101010100111101110111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC8B5; }

 p { color: rgb(223,200,181); }

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

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

 a { background-color: rgb(223,200,181); }

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

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

 span { border-color: rgb(223,200,181); }

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