Html Css Color HEX #D79C73 Feldspar

📋 copy color: '#D79C73'

red 215 ◦ green 156 ◦ blue 115

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

Shades of Feldspar #D79C73

Tints of Feldspar #D79C73

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.1%

 BLUE value IS 115 (45.31% from 255) = 23.66%

R = 44.24%
G = 32.1%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D79C73 (or 0xD79C73) is known color: Feldspar. HEX triplet: D7, 9C and 73. RGB value is (215,156,115). Sum of RGB (Red+Green+Blue) = 215+156+115=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79C73 is #28638C. Grayscale: #A9A9A9. Windows color (decimal): -2646925 or 7576791. OLE color: 7576791.

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

Color convert

RGB 215 156 115 -
CMYK 0 0.27 0.47 0.16
HSL 24.6º 0.56% 0.65% -
HSV(B) 24.6º 0.47% 0.84% -
XYZ 43.01 39.46 21.57 -
YUV 168.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 215 156 115 0 0.27 0.47 0.16 24.6 0.56 0.65
Hex D7 9C 73 0 1B 2F 10 19 38 41
Octal 327 234 163 0 33 57 20 31 70 101
Binary 11010111 10011100 1110011 0 11011 101111 10000 11001 111000 1000001

Color Harmonies of #D79C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79C73

Black with #D79C73

Text Example


Text Example

White with #D79C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79C73; }

 p { color: rgb(215,156,115); }

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

background-color css

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

 a { background-color: rgb(215,156,115); }

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

border-color css

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

 span { border-color: rgb(215,156,115); }

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