#DF9A6E

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

Shades of Feldspar #DF9A6E

Tints of Feldspar #DF9A6E

Color information

#DF9A6E (or 0xDF9A6E) is unknown color: approx Feldspar. HEX triplet: DF, 9A and 6E. RGB value is (223,154,110). Sum of RGB (Red+Green+Blue) = 223+154+110=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A6E is #206591. Grayscale: #A9A9A9. Windows color (decimal): -2123154 or 7248607. OLE color: 7248607.

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

Color convert

RGB223154110-
CMYK00.310.510.13
HSL23.36º63.84%65.29%-
HSV(B)23.36º50.67%87.45%-
XYZ44.839.9220.1-
YUV169.6194.36166.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.79%
GREEN value IS 154 (60.55% from 255) = 31.62%
BLUE value IS 110 (43.36% from 255) = 22.59%
R=45.79%
G=31.62%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315411000.310.510.1323.3663.8465.29
HexDF9A6E01F33D174041
Octal337232156037631527100101
Binary1101111110011010110111001111111001111011011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9A6E; }

 p { color: rgb(223,154,110); }

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

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

 a { background-color: rgb(223,154,110); }

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

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

 span { border-color: rgb(223,154,110); }

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