Html Css Color HEX #D79D74 Feldspar

📋 copy color: '#D79D74'

red 215 ◦ green 157 ◦ blue 116

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

Shades of Feldspar #D79D74

Tints of Feldspar #D79D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.77%

R = 44.06%
G = 32.17%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D79D74 (or 0xD79D74) is known color: Feldspar. HEX triplet: D7, 9D and 74. RGB value is (215,157,116). Sum of RGB (Red+Green+Blue) = 215+157+116=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79D74 is #28628B. Grayscale: #A9A9A9. Windows color (decimal): -2646668 or 7642583. OLE color: 7642583.

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

Color convert

RGB 215 157 116 -
CMYK 0 0.27 0.46 0.16
HSL 24.85º 0.55% 0.65% -
HSV(B) 24.85º 0.46% 0.84% -
XYZ 43.23 39.82 21.93 -
YUV 169.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 215 157 116 0 0.27 0.46 0.16 24.85 0.55 0.65
Hex D7 9D 74 0 1B 2E 10 19 37 41
Octal 327 235 164 0 33 56 20 31 67 101
Binary 11010111 10011101 1110100 0 11011 101110 10000 11001 110111 1000001

Color Harmonies of #D79D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79D74

Black with #D79D74

Text Example


Text Example

White with #D79D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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