Html Css Color HEX #D79971 Feldspar

📋 copy color: '#D79971'

red 215 ◦ green 153 ◦ blue 113

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

Shades of Feldspar #D79971

Tints of Feldspar #D79971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.81%

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

R = 44.7%
G = 31.81%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D79971 (or 0xD79971) is known color: Feldspar. HEX triplet: D7, 99 and 71. RGB value is (215,153,113). Sum of RGB (Red+Green+Blue) = 215+153+113=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D79971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79971 is #28668E. Grayscale: #A7A7A7. Windows color (decimal): -2647695 or 7444951. OLE color: 7444951.

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

Color convert

RGB 215 153 113 -
CMYK 0 0.29 0.47 0.16
HSL 23.53º 0.56% 0.64% -
HSV(B) 23.53º 0.47% 0.84% -
XYZ 42.4 38.42 20.8 -
YUV 166.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 215 153 113 0 0.29 0.47 0.16 23.53 0.56 0.64
Hex D7 99 71 0 1D 2F 10 18 38 40
Octal 327 231 161 0 35 57 20 30 70 100
Binary 11010111 10011001 1110001 0 11101 101111 10000 11000 111000 1000000

Color Harmonies of #D79971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79971

Black with #D79971

Text Example


Text Example

White with #D79971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79971; }

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

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

background-color css

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

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

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

border-color css

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

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

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