#DFC5AF

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

Shades of Bone #DFC5AF

Tints of Bone #DFC5AF

Color information

#DFC5AF (or 0xDFC5AF) is unknown color: approx Bone. HEX triplet: DF, C5 and AF. RGB value is (223,197,175). Sum of RGB (Red+Green+Blue) = 223+197+175=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC5AF is #203A50. Grayscale: #CACACA. Windows color (decimal): -2112081 or 11519455. OLE color: 11519455.

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

Color convert

RGB223197175-
CMYK00.120.220.13
HSL27.5º42.86%78.04%-
HSV(B)27.5º21.52%87.45%-
XYZ58.1458.7248.83-
YUV202.27112.61142.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 197 (77.34% from 255) = 33.11%
BLUE value IS 175 (68.75% from 255) = 29.41%
R=37.48%
G=33.11%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319717500.120.220.1327.542.8678.04
HexDFC5AF0C16D1c2b4e
Octal33730525701426153453116
Binary11011111110001011010111101100101101101111001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5AF; }

 p { color: rgb(223,197,175); }

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

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

 a { background-color: rgb(223,197,175); }

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

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

 span { border-color: rgb(223,197,175); }

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