#D8966F

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

Shades of Feldspar #D8966F

Tints of Feldspar #D8966F

Color information

#D8966F (or 0xD8966F) is unknown color: approx Feldspar. HEX triplet: D8, 96 and 6F. RGB value is (216,150,111). Sum of RGB (Red+Green+Blue) = 216+150+111=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8966F is #276990. Grayscale: #A5A5A5. Windows color (decimal): -2582929 or 7313112. OLE color: 7313112.

HSL color Cylindrical-coordinate representation of color #D8966F: hue angle of 22.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8966F is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB216150111-
CMYK00.310.490.15
HSL22.29º57.38%64.12%-
HSV(B)22.29º48.61%84.71%-
XYZ42.0937.5620.07-
YUV165.2997.37164.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.28%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 111 (43.75% from 255) = 23.27%
R=45.28%
G=31.45%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615011100.310.490.1522.2957.3864.12
HexD8966F01F31F163940
Octal33022615703761172671100
Binary110110001001011011011110111111100011111101101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8966F; }

 p { color: rgb(216,150,111); }

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

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

 a { background-color: rgb(216,150,111); }

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

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

 span { border-color: rgb(216,150,111); }

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