#DF976F

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

Shades of Feldspar #DF976F

Tints of Feldspar #DF976F

Color information

#DF976F (or 0xDF976F) is unknown color: approx Feldspar. HEX triplet: DF, 97 and 6F. RGB value is (223,151,111). Sum of RGB (Red+Green+Blue) = 223+151+111=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF976F is #206890. Grayscale: #A8A8A8. Windows color (decimal): -2123921 or 7313375. OLE color: 7313375.

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

Color convert

RGB223151111-
CMYK00.320.500.13
HSL21.43º63.64%65.49%-
HSV(B)21.43º50.22%87.45%-
XYZ44.3738.9720.22-
YUV167.9795.85167.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.98%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 111 (43.75% from 255) = 22.89%
R=45.98%
G=31.13%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315111100.320.500.1321.4363.6465.49
HexDF976F02032D154041
Octal337227157040621525100101
Binary11011111100101111101111010000011001011011010110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF976F; }

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

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

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

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

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

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

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

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