#D0987E

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

Shades of Feldspar #D0987E

Tints of Feldspar #D0987E

Color information

#D0987E (or 0xD0987E) is unknown color: approx Feldspar. HEX triplet: D0, 98 and 7E. RGB value is (208,152,126). Sum of RGB (Red+Green+Blue) = 208+152+126=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0987E is #2F6781. Grayscale: #A5A5A5. Windows color (decimal): -3106690 or 8296656. OLE color: 8296656.

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

Color convert

RGB208152126-
CMYK00.270.390.18
HSL19.02º46.59%65.49%-
HSV(B)19.02º39.42%81.57%-
XYZ41.0137.3724.79-
YUV165.78105.55158.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.80%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 126 (49.61% from 255) = 25.93%
R=42.80%
G=31.28%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815212600.270.390.1819.0246.5965.49
HexD0987E01B2712132f41
Octal32023017603347222357101
Binary1101000010011000111111001101110011110010100111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0987E; }

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

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

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

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

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

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

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

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