#DFBFA4

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

Shades of Bone #DFBFA4

Tints of Bone #DFBFA4

Color information

#DFBFA4 (or 0xDFBFA4) is unknown color: approx Bone. HEX triplet: DF, BF and A4. RGB value is (223,191,164). Sum of RGB (Red+Green+Blue) = 223+191+164=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 164 (64.45% from 255 or 28.37% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBFA4 is #20405B. Grayscale: #C5C5C5. Windows color (decimal): -2113628 or 10797023. OLE color: 10797023.

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

Color convert

RGB223191164-
CMYK00.140.260.13
HSL27.46º47.97%75.88%-
HSV(B)27.46º26.46%87.45%-
XYZ55.7655.6342.92-
YUV197.49109.1146.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 164 (64.45% from 255) = 28.37%
R=38.58%
G=33.04%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319116400.140.260.1327.4647.9775.88
HexDFBFA40E1AD1b304c
Octal33727724401632153360114
Binary11011111101111111010010001110110101101110111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFA4; }

 p { color: rgb(223,191,164); }

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

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

 a { background-color: rgb(223,191,164); }

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

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

 span { border-color: rgb(223,191,164); }

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