Html Css Color HEX #D79A74 Feldspar

📋 copy color: '#D79A74'

red 215 ◦ green 154 ◦ blue 116

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

Shades of Feldspar #D79A74

Tints of Feldspar #D79A74

RGB

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

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

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

R = 44.33%
G = 31.75%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D79A74 (or 0xD79A74) is known color: Feldspar. HEX triplet: D7, 9A and 74. RGB value is (215,154,116). Sum of RGB (Red+Green+Blue) = 215+154+116=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79A74 is #28658B. Grayscale: #A8A8A8. Windows color (decimal): -2647436 or 7641815. OLE color: 7641815.

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

Color convert

RGB 215 154 116 -
CMYK 0 0.28 0.46 0.16
HSL 23.03º 0.55% 0.65% -
HSV(B) 23.03º 0.46% 0.84% -
XYZ 42.73 38.82 21.76 -
YUV 167.91 98.71 161.59 -
System Red Green Blue C M Y K H S L
Decimal 215 154 116 0 0.28 0.46 0.16 23.03 0.55 0.65
Hex D7 9A 74 0 1C 2E 10 17 37 41
Octal 327 232 164 0 34 56 20 27 67 101
Binary 11010111 10011010 1110100 0 11100 101110 10000 10111 110111 1000001

Color Harmonies of #D79A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79A74

Black with #D79A74

Text Example


Text Example

White with #D79A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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