#DFC4AF

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

Shades of Bone #DFC4AF

Tints of Bone #DFC4AF

Color information

#DFC4AF (or 0xDFC4AF) is unknown color: approx Bone. HEX triplet: DF, C4 and AF. RGB value is (223,196,175). Sum of RGB (Red+Green+Blue) = 223+196+175=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC4AF is #203B50. Grayscale: #C9C9C9. Windows color (decimal): -2112337 or 11519199. OLE color: 11519199.

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

Color convert

RGB223196175-
CMYK00.120.220.13
HSL26.25º42.86%78.04%-
HSV(B)26.25º21.52%87.45%-
XYZ57.9158.2648.75-
YUV201.68112.95143.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 196 (76.95% from 255) = 33.00%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=37.54%
G=33.00%
B=29.46%

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
Decimal22319617500.120.220.1326.2542.8678.04
HexDFC4AF0C16D1a2b4e
Octal33730425701426153253116
Binary11011111110001001010111101100101101101110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4AF; }

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

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

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

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

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

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

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

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