#D0997E

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

Shades of Feldspar #D0997E

Tints of Feldspar #D0997E

Color information

#D0997E (or 0xD0997E) is unknown color: approx Feldspar. HEX triplet: D0, 99 and 7E. RGB value is (208,153,126). Sum of RGB (Red+Green+Blue) = 208+153+126=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D0997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0997E is #2F6681. Grayscale: #A6A6A6. Windows color (decimal): -3106434 or 8296912. OLE color: 8296912.

HSL color Cylindrical-coordinate representation of color #D0997E: hue angle of 19.76º 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 #D0997E is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB208153126-
CMYK00.260.390.18
HSL19.76º46.59%65.49%-
HSV(B)19.76º39.42%81.57%-
XYZ41.1737.724.85-
YUV166.37105.22157.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 126 (49.61% from 255) = 25.87%
R=42.71%
G=31.42%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815312600.260.390.1819.7646.5965.49
HexD0997E01A2712142f41
Octal32023117603247222457101
Binary1101000010011001111111001101010011110010101001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0997E; }

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

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

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

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

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

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

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

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