#DFCAB6

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

Shades of Bone #DFCAB6

Tints of Bone #DFCAB6

Color information

#DFCAB6 (or 0xDFCAB6) is unknown color: approx Bone. HEX triplet: DF, CA and B6. RGB value is (223,202,182). Sum of RGB (Red+Green+Blue) = 223+202+182=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAB6 is #203549. Grayscale: #CECECE. Windows color (decimal): -2110794 or 11979487. OLE color: 11979487.

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

Color convert

RGB223202182-
CMYK00.090.180.13
HSL29.27º39.05%79.41%-
HSV(B)29.27º18.39%87.45%-
XYZ6061.3152.93-
YUV206114.46140.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=36.74%
G=33.28%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320218200.090.180.1329.2739.0579.41
HexDFCAB60912D1d274f
Octal33731226601122153547117
Binary11011111110010101011011001001100101101111011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAB6; }

 p { color: rgb(223,202,182); }

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

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

 a { background-color: rgb(223,202,182); }

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

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

 span { border-color: rgb(223,202,182); }

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