Html Css Color HEX #D79D71 Feldspar

📋 copy color: '#D79D71'

red 215 ◦ green 157 ◦ blue 113

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

Shades of Feldspar #D79D71

Tints of Feldspar #D79D71

RGB

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

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

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

R = 44.33%
G = 32.37%
B = 23.3%

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

#D79D71 (or 0xD79D71) is known color: Feldspar. HEX triplet: D7, 9D and 71. RGB value is (215,157,113). Sum of RGB (Red+Green+Blue) = 215+157+113=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79D71 is #28628E. Grayscale: #A9A9A9. Windows color (decimal): -2646671 or 7445975. OLE color: 7445975.

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

Color convert

RGB 215 157 113 -
CMYK 0 0.27 0.47 0.16
HSL 25.88º 0.56% 0.64% -
HSV(B) 25.88º 0.47% 0.84% -
XYZ 43.06 39.75 21.03 -
YUV 169.33 96.22 160.58 -
System Red Green Blue C M Y K H S L
Decimal 215 157 113 0 0.27 0.47 0.16 25.88 0.56 0.64
Hex D7 9D 71 0 1B 2F 10 1A 38 40
Octal 327 235 161 0 33 57 20 32 70 100
Binary 11010111 10011101 1110001 0 11011 101111 10000 11010 111000 1000000

Color Harmonies of #D79D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79D71

Black with #D79D71

Text Example


Text Example

White with #D79D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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