#D0986F

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

Shades of Feldspar #D0986F

Tints of Feldspar #D0986F

Color information

#D0986F (or 0xD0986F) is unknown color: approx Feldspar. HEX triplet: D0, 98 and 6F. RGB value is (208,152,111). Sum of RGB (Red+Green+Blue) = 208+152+111=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0986F is #2F6790. Grayscale: #A4A4A4. Windows color (decimal): -3106705 or 7313616. OLE color: 7313616.

HSL color Cylindrical-coordinate representation of color #D0986F: hue angle of 25.36º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0986F is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB208152111-
CMYK00.270.470.18
HSL25.36º50.79%62.55%-
HSV(B)25.36º46.63%81.57%-
XYZ40.1137.0120.07-
YUV164.0798.05159.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.16%
GREEN value IS 152 (59.77% from 255) = 32.27%
BLUE value IS 111 (43.75% from 255) = 23.57%
R=44.16%
G=32.27%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815211100.270.470.1825.3650.7962.55
HexD0986F01B2F1219333f
Octal3202301570335722316377
Binary110100001001100011011110110111011111001011001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0986F; }

 p { color: rgb(208,152,111); }

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

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

 a { background-color: rgb(208,152,111); }

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

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

 span { border-color: rgb(208,152,111); }

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