#DFCAB1

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

Shades of Bone #DFCAB1

Tints of Bone #DFCAB1

Color information

#DFCAB1 (or 0xDFCAB1) is unknown color: approx Bone. HEX triplet: DF, CA and B1. RGB value is (223,202,177). Sum of RGB (Red+Green+Blue) = 223+202+177=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCAB1 is #20354E. Grayscale: #CDCDCD. Windows color (decimal): -2110799 or 11651807. OLE color: 11651807.

HSL color Cylindrical-coordinate representation of color #DFCAB1: hue angle of 32.61º 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 #DFCAB1 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB223202177-
CMYK00.090.210.13
HSL32.61º41.82%78.43%-
HSV(B)32.61º20.63%87.45%-
XYZ59.4961.150.25-
YUV205.43111.96140.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 177 (69.53% from 255) = 29.40%
R=37.04%
G=33.55%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320217700.090.210.1332.6141.8278.43
HexDFCAB10915D212a4e
Octal33731226101125154152116
Binary110111111100101010110001010011010111011000011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAB1; }

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

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

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

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

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

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

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

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