#D9977D

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

Shades of Feldspar #D9977D

Tints of Feldspar #D9977D

Color information

#D9977D (or 0xD9977D) is unknown color: approx Feldspar. HEX triplet: D9, 97 and 7D. RGB value is (217,151,125). Sum of RGB (Red+Green+Blue) = 217+151+125=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9977D is #266882. Grayscale: #A7A7A7. Windows color (decimal): -2517123 or 8230873. OLE color: 8230873.

HSL color Cylindrical-coordinate representation of color #D9977D: hue angle of 16.96º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9977D is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB217151125-
CMYK00.300.420.15
HSL16.96º54.76%67.06%-
HSV(B)16.96º42.4%85.1%-
XYZ43.3838.3724.52-
YUV167.77103.87163.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=44.02%
G=30.63%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715112500.300.420.1516.9654.7667.06
HexD9977D01E2AF113743
Octal33122717503652172167103
Binary110110011001011111111010111101010101111100011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9977D; }

 p { color: rgb(217,151,125); }

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

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

 a { background-color: rgb(217,151,125); }

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

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

 span { border-color: rgb(217,151,125); }

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