#DF996F

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

Shades of Feldspar #DF996F

Tints of Feldspar #DF996F

Color information

#DF996F (or 0xDF996F) is unknown color: approx Feldspar. HEX triplet: DF, 99 and 6F. RGB value is (223,153,111). Sum of RGB (Red+Green+Blue) = 223+153+111=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF996F is #206690. Grayscale: #A9A9A9. Windows color (decimal): -2123409 or 7313887. OLE color: 7313887.

HSL color Cylindrical-coordinate representation of color #DF996F: hue angle of 22.5º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF996F is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB223153111-
CMYK00.310.500.13
HSL22.5º63.64%65.49%-
HSV(B)22.5º50.22%87.45%-
XYZ44.6939.6220.33-
YUV169.1495.19166.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.79%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 111 (43.75% from 255) = 22.79%
R=45.79%
G=31.42%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315311100.310.500.1322.563.6465.49
HexDF996F01F32D174041
Octal337231157037621527100101
Binary1101111110011001110111101111111001011011011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF996F; }

 p { color: rgb(223,153,111); }

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

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

 a { background-color: rgb(223,153,111); }

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

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

 span { border-color: rgb(223,153,111); }

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