#D1976E

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

Shades of Feldspar #D1976E

Tints of Feldspar #D1976E

Color information

#D1976E (or 0xD1976E) is unknown color: approx Feldspar. HEX triplet: D1, 97 and 6E. RGB value is (209,151,110). Sum of RGB (Red+Green+Blue) = 209+151+110=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1976E is #2E6891. Grayscale: #A3A3A3. Windows color (decimal): -3041426 or 7247825. OLE color: 7247825.

HSL color Cylindrical-coordinate representation of color #D1976E: hue angle of 24.85º degrees, saturation: 0.52, 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 #D1976E is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB209151110-
CMYK00.280.470.18
HSL24.85º51.83%62.55%-
HSV(B)24.85º47.37%81.96%-
XYZ40.1836.8119.74-
YUV163.6797.72160.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 110 (43.36% from 255) = 23.40%
R=44.47%
G=32.13%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915111000.280.470.1824.8551.8362.55
HexD1976E01C2F1219343f
Octal3212271560345722316477
Binary110100011001011111011100111001011111001011001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1976E; }

 p { color: rgb(209,151,110); }

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

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

 a { background-color: rgb(209,151,110); }

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

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

 span { border-color: rgb(209,151,110); }

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