Html Css Color HEX #D9977D Feldspar

📋 copy color: '#D9977D'

red 217 ◦ green 151 ◦ blue 125

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

Shades of Feldspar #D9977D

Tints of Feldspar #D9977D

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

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

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

RGB 217 151 125 -
CMYK 0 0.30 0.42 0.15
HSL 16.96º 0.55% 0.67% -
HSV(B) 16.96º 0.42% 0.85% -
XYZ 43.38 38.37 24.52 -
YUV 167.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 217 151 125 0 0.30 0.42 0.15 16.96 0.55 0.67
Hex D9 97 7D 0 1E 2A F 11 37 43
Octal 331 227 175 0 36 52 17 21 67 103
Binary 11011001 10010111 1111101 0 11110 101010 1111 10001 110111 1000011

Color Harmonies of #D9977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9977D

Black with #D9977D

Text Example


Text Example

White with #D9977D

Text Example


Text Example

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