#DFC3A7

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

Shades of Bone #DFC3A7

Tints of Bone #DFC3A7

Color information

#DFC3A7 (or 0xDFC3A7) is unknown color: approx Bone. HEX triplet: DF, C3 and A7. RGB value is (223,195,167). Sum of RGB (Red+Green+Blue) = 223+195+167=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 167 (65.62% from 255 or 28.55% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC3A7 is #203C58. Grayscale: #C8C8C8. Windows color (decimal): -2112601 or 10994655. OLE color: 10994655.

HSL color Cylindrical-coordinate representation of color #DFC3A7: hue angle of 30º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFC3A7 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB223195167-
CMYK00.130.250.13
HSL30º46.67%76.47%-
HSV(B)30º25.11%87.45%-
XYZ56.9257.5144.66-
YUV200.18109.28144.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 195 (76.56% from 255) = 33.33%
BLUE value IS 167 (65.62% from 255) = 28.55%
R=38.12%
G=33.33%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319516700.130.250.133046.6776.47
HexDFC3A70D19D1e2f4c
Octal33730324701531153657114
Binary11011111110000111010011101101110011101111101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3A7; }

 p { color: rgb(223,195,167); }

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

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

 a { background-color: rgb(223,195,167); }

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

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

 span { border-color: rgb(223,195,167); }

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