Html Css Color HEX #D7976D Feldspar

📋 copy color: '#D7976D'

red 215 ◦ green 151 ◦ blue 109

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

Shades of Feldspar #D7976D

Tints of Feldspar #D7976D

RGB

 RED value IS 215 (84.38% from 255) = 45.26%

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

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

R = 45.26%
G = 31.79%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7976D (or 0xD7976D) is known color: Feldspar. HEX triplet: D7, 97 and 6D. RGB value is (215,151,109). Sum of RGB (Red+Green+Blue) = 215+151+109=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D7976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7976D is #286892. Grayscale: #A5A5A5. Windows color (decimal): -2648211 or 7182295. OLE color: 7182295.

HSL color Cylindrical-coordinate representation of color #D7976D: hue angle of 23.77º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7976D is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 151 109 -
CMYK 0 0.30 0.49 0.16
HSL 23.77º 0.57% 0.64% -
HSV(B) 23.77º 0.49% 0.84% -
XYZ 41.85 37.68 19.54 -
YUV 165.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 215 151 109 0 0.30 0.49 0.16 23.77 0.57 0.64
Hex D7 97 6D 0 1E 31 10 18 39 40
Octal 327 227 155 0 36 61 20 30 71 100
Binary 11010111 10010111 1101101 0 11110 110001 10000 11000 111001 1000000

Color Harmonies of #D7976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7976D

Black with #D7976D

Text Example


Text Example

White with #D7976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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