Html Css Color HEX #D79C71 Feldspar

📋 copy color: '#D79C71'

red 215 ◦ green 156 ◦ blue 113

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

Shades of Feldspar #D79C71

Tints of Feldspar #D79C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.35%

R = 44.42%
G = 32.23%
B = 23.35%

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

#D79C71 (or 0xD79C71) is known color: Feldspar. HEX triplet: D7, 9C and 71. RGB value is (215,156,113). Sum of RGB (Red+Green+Blue) = 215+156+113=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79C71 is #28638E. Grayscale: #A8A8A8. Windows color (decimal): -2646927 or 7445719. OLE color: 7445719.

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

Color convert

RGB 215 156 113 -
CMYK 0 0.27 0.47 0.16
HSL 25.29º 0.56% 0.64% -
HSV(B) 25.29º 0.47% 0.84% -
XYZ 42.89 39.42 20.97 -
YUV 168.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 215 156 113 0 0.27 0.47 0.16 25.29 0.56 0.64
Hex D7 9C 71 0 1B 2F 10 19 38 40
Octal 327 234 161 0 33 57 20 31 70 100
Binary 11010111 10011100 1110001 0 11011 101111 10000 11001 111000 1000000

Color Harmonies of #D79C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79C71

Black with #D79C71

Text Example


Text Example

White with #D79C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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