Html Css Color HEX #D9977A Feldspar

📋 copy color: '#D9977A'

red 217 ◦ green 151 ◦ blue 122

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

Shades of Feldspar #D9977A

Tints of Feldspar #D9977A

RGB

 RED value IS 217 (85.16% from 255) = 44.29%

 GREEN value IS 151 (59.38% from 255) = 30.82%

 BLUE value IS 122 (48.05% from 255) = 24.9%

R = 44.29%
G = 30.82%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9977A (or 0xD9977A) is known color: Feldspar. HEX triplet: D9, 97 and 7A. RGB value is (217,151,122). Sum of RGB (Red+Green+Blue) = 217+151+122=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9977A is #266885. Grayscale: #A7A7A7. Windows color (decimal): -2517126 or 8034265. OLE color: 8034265.

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

Color convert

RGB 217 151 122 -
CMYK 0 0.30 0.44 0.15
HSL 18.32º 0.56% 0.66% -
HSV(B) 18.32º 0.44% 0.85% -
XYZ 43.19 38.29 23.53 -
YUV 167.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 217 151 122 0 0.30 0.44 0.15 18.32 0.56 0.66
Hex D9 97 7A 0 1E 2C F 12 38 42
Octal 331 227 172 0 36 54 17 22 70 102
Binary 11011001 10010111 1111010 0 11110 101100 1111 10010 111000 1000010

Color Harmonies of #D9977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9977A

Black with #D9977A

Text Example


Text Example

White with #D9977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9977A; }

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

 H1.HeaderClassName
 {
   color: #D9977A;
 }
 .AnyTagClassName
 {
   color: #D9977A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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