Html Css Color HEX #D79D76 Feldspar

📋 copy color: '#D79D76'

red 215 ◦ green 157 ◦ blue 118

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

Shades of Feldspar #D79D76

Tints of Feldspar #D79D76

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.04%

 BLUE value IS 118 (46.48% from 255) = 24.08%

R = 43.88%
G = 32.04%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D79D76 (or 0xD79D76) is known color: Feldspar. HEX triplet: D7, 9D and 76. RGB value is (215,157,118). Sum of RGB (Red+Green+Blue) = 215+157+118=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79D76 is #286289. Grayscale: #AAAAAA. Windows color (decimal): -2646666 or 7773655. OLE color: 7773655.

HSL color Cylindrical-coordinate representation of color #D79D76: hue angle of 24.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D79D76 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 157 118 -
CMYK 0 0.27 0.45 0.16
HSL 24.12º 0.55% 0.65% -
HSV(B) 24.12º 0.45% 0.84% -
XYZ 43.35 39.87 22.55 -
YUV 169.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 215 157 118 0 0.27 0.45 0.16 24.12 0.55 0.65
Hex D7 9D 76 0 1B 2D 10 18 37 41
Octal 327 235 166 0 33 55 20 30 67 101
Binary 11010111 10011101 1110110 0 11011 101101 10000 11000 110111 1000001

Color Harmonies of #D79D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79D76

Black with #D79D76

Text Example


Text Example

White with #D79D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79D76; }

 p { color: rgb(215,157,118); }

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

background-color css

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

 a { background-color: rgb(215,157,118); }

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

border-color css

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

 span { border-color: rgb(215,157,118); }

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