Html Css Color HEX #D1976D Feldspar

📋 copy color: '#D1976D'

red 209 ◦ green 151 ◦ blue 109

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

Shades of Feldspar #D1976D

Tints of Feldspar #D1976D

RGB

 RED value IS 209 (82.03% from 255) = 44.56%

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

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

R = 44.56%
G = 32.2%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1976D (or 0xD1976D) is known color: Feldspar. HEX triplet: D1, 97 and 6D. RGB value is (209,151,109). Sum of RGB (Red+Green+Blue) = 209+151+109=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D1976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1976D is #2E6892. Grayscale: #A3A3A3. Windows color (decimal): -3041427 or 7182289. OLE color: 7182289.

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

Color convert

RGB 209 151 109 -
CMYK 0 0.28 0.48 0.18
HSL 25.2º 0.52% 0.62% -
HSV(B) 25.2º 0.48% 0.82% -
XYZ 40.12 36.79 19.46 -
YUV 163.55 97.22 160.42 -
System Red Green Blue C M Y K H S L
Decimal 209 151 109 0 0.28 0.48 0.18 25.2 0.52 0.62
Hex D1 97 6D 0 1C 30 12 19 34 3E
Octal 321 227 155 0 34 60 22 31 64 76
Binary 11010001 10010111 1101101 0 11100 110000 10010 11001 110100 111110

Color Harmonies of #D1976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1976D

Black with #D1976D

Text Example


Text Example

White with #D1976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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