Html Css Color HEX #D9976D Feldspar

📋 copy color: '#D9976D'

red 217 ◦ green 151 ◦ blue 109

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

Shades of Feldspar #D9976D

Tints of Feldspar #D9976D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.85%

R = 45.49%
G = 31.66%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9976D (or 0xD9976D) is known color: Feldspar. HEX triplet: D9, 97 and 6D. RGB value is (217,151,109). Sum of RGB (Red+Green+Blue) = 217+151+109=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D9976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9976D is #266892. Grayscale: #A6A6A6. Windows color (decimal): -2517139 or 7182297. OLE color: 7182297.

HSL color Cylindrical-coordinate representation of color #D9976D: hue angle of 23.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9976D is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 109 -
CMYK 0 0.30 0.50 0.15
HSL 23.33º 0.59% 0.64% -
HSV(B) 23.33º 0.5% 0.85% -
XYZ 42.44 37.99 19.56 -
YUV 165.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 217 151 109 0 0.30 0.50 0.15 23.33 0.59 0.64
Hex D9 97 6D 0 1E 32 F 17 3B 40
Octal 331 227 155 0 36 62 17 27 73 100
Binary 11011001 10010111 1101101 0 11110 110010 1111 10111 111011 1000000

Color Harmonies of #D9976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9976D

Black with #D9976D

Text Example


Text Example

White with #D9976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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