Html Css Color HEX #D2977A Feldspar

📋 copy color: '#D2977A'

red 210 ◦ green 151 ◦ blue 122

#D2977A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #D2977A

Tints of Feldspar #D2977A

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 value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2977A (or 0xD2977A) is known color: 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

RGB 210 151 122 -
CMYK 0 0.28 0.42 0.18
HSL 19.77º 0.49% 0.65% -
HSV(B) 19.77º 0.42% 0.82% -
XYZ 41.16 37.24 23.43 -
YUV 165.34 103.55 159.86 -
System Red Green Blue C M Y K H S L
Decimal 210 151 122 0 0.28 0.42 0.18 19.77 0.49 0.65
Hex D2 97 7A 0 1C 2A 12 14 31 41
Octal 322 227 172 0 34 52 22 24 61 101
Binary 11010010 10010111 1111010 0 11100 101010 10010 10100 110001 1000001

Color Harmonies of #D2977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2977A

Black with #D2977A

Text Example


Text Example

White with #D2977A

Text Example


Text Example

HTML Codes & Css Web 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>