#D0997D

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

Shades of Feldspar #D0997D

Tints of Feldspar #D0997D

Color information

#D0997D (or 0xD0997D) is unknown color: approx Feldspar. HEX triplet: D0, 99 and 7D. RGB value is (208,153,125). Sum of RGB (Red+Green+Blue) = 208+153+125=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0997D is #2F6682. Grayscale: #A6A6A6. Windows color (decimal): -3106435 or 8231376. OLE color: 8231376.

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

Color convert

RGB208153125-
CMYK00.260.400.18
HSL20.24º46.89%65.29%-
HSV(B)20.24º39.9%81.57%-
XYZ41.1137.6724.51-
YUV166.25104.72157.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.80%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 125 (49.22% from 255) = 25.72%
R=42.80%
G=31.48%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815312500.260.400.1820.2446.8965.29
HexD0997D01A2812142f41
Octal32023117503250222457101
Binary1101000010011001111110101101010100010010101001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0997D; }

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

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

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

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

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

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

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

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