#D2977A

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

Shades of Feldspar #D2977A

Tints of Feldspar #D2977A

Color information

#D2977A (or 0xD2977A) is unknown color: approx Feldspar. HEX triplet: D2, 97 and 7A. RGB value is (210,151,122). Sum of RGB (Red+Green+Blue) = 210+151+122=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2977A is #2D6885. Grayscale: #A5A5A5. Windows color (decimal): -2975878 or 8034258. OLE color: 8034258.

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

Color convert

RGB210151122-
CMYK00.280.420.18
HSL19.77º49.44%65.1%-
HSV(B)19.77º41.9%82.35%-
XYZ41.1637.2423.43-
YUV165.33103.55159.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.48%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 122 (48.05% from 255) = 25.26%
R=43.48%
G=31.26%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015112200.280.420.1819.7749.4465.1
HexD2977A01C2A12143141
Octal32222717203452222461101
Binary1101001010010111111101001110010101010010101001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2977A; }

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

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

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

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

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

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

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

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