Html Css Color HEX #D79A76 Feldspar

📋 copy color: '#D79A76'

red 215 ◦ green 154 ◦ blue 118

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

Shades of Feldspar #D79A76

Tints of Feldspar #D79A76

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.62%

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

R = 44.15%
G = 31.62%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D79A76 (or 0xD79A76) is known color: Feldspar. HEX triplet: D7, 9A and 76. RGB value is (215,154,118). Sum of RGB (Red+Green+Blue) = 215+154+118=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79A76 is #286589. Grayscale: #A8A8A8. Windows color (decimal): -2647434 or 7772887. OLE color: 7772887.

HSL color Cylindrical-coordinate representation of color #D79A76: hue angle of 22.27º 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 #D79A76 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 154 118 -
CMYK 0 0.28 0.45 0.16
HSL 22.27º 0.55% 0.65% -
HSV(B) 22.27º 0.45% 0.84% -
XYZ 42.85 38.87 22.38 -
YUV 168.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 215 154 118 0 0.28 0.45 0.16 22.27 0.55 0.65
Hex D7 9A 76 0 1C 2D 10 16 37 41
Octal 327 232 166 0 34 55 20 26 67 101
Binary 11010111 10011010 1110110 0 11100 101101 10000 10110 110111 1000001

Color Harmonies of #D79A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79A76

Black with #D79A76

Text Example


Text Example

White with #D79A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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