#D0977A

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

Shades of Feldspar #D0977A

Tints of Feldspar #D0977A

Color information

#D0977A (or 0xD0977A) is unknown color: approx Feldspar. HEX triplet: D0, 97 and 7A. RGB value is (208,151,122). Sum of RGB (Red+Green+Blue) = 208+151+122=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0977A is #2F6885. Grayscale: #A4A4A4. Windows color (decimal): -3106950 or 8034256. OLE color: 8034256.

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

Color convert

RGB208151122-
CMYK00.270.410.18
HSL20.23º47.78%64.71%-
HSV(B)20.23º41.35%81.57%-
XYZ40.5936.9523.4-
YUV164.74103.88158.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.24%
GREEN value IS 151 (59.38% from 255) = 31.39%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=43.24%
G=31.39%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815112200.270.410.1820.2347.7864.71
HexD0977A01B2912143041
Octal32022717203351222460101
Binary1101000010010111111101001101110100110010101001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0977A; }

 p { color: rgb(208,151,122); }

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

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

 a { background-color: rgb(208,151,122); }

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

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

 span { border-color: rgb(208,151,122); }

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