Html Css Color HEX #D79D70 Feldspar

📋 copy color: '#D79D70'

red 215 ◦ green 157 ◦ blue 112

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

Shades of Feldspar #D79D70

Tints of Feldspar #D79D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.14%

R = 44.42%
G = 32.44%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D79D70 (or 0xD79D70) is known color: Feldspar. HEX triplet: D7, 9D and 70. RGB value is (215,157,112). Sum of RGB (Red+Green+Blue) = 215+157+112=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79D70 is #28628F. Grayscale: #A9A9A9. Windows color (decimal): -2646672 or 7380439. OLE color: 7380439.

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

Color convert

RGB 215 157 112 -
CMYK 0 0.27 0.48 0.16
HSL 26.21º 0.56% 0.64% -
HSV(B) 26.21º 0.48% 0.84% -
XYZ 43.01 39.73 20.73 -
YUV 169.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 215 157 112 0 0.27 0.48 0.16 26.21 0.56 0.64
Hex D7 9D 70 0 1B 30 10 1A 38 40
Octal 327 235 160 0 33 60 20 32 70 100
Binary 11010111 10011101 1110000 0 11011 110000 10000 11010 111000 1000000

Color Harmonies of #D79D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79D70

Black with #D79D70

Text Example


Text Example

White with #D79D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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