Html Css Color HEX #D79C70 Feldspar

📋 copy color: '#D79C70'

red 215 ◦ green 156 ◦ blue 112

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

Shades of Feldspar #D79C70

Tints of Feldspar #D79C70

RGB

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

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

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

R = 44.51%
G = 32.3%
B = 23.19%

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

#D79C70 (or 0xD79C70) is known color: Feldspar. HEX triplet: D7, 9C and 70. RGB value is (215,156,112). Sum of RGB (Red+Green+Blue) = 215+156+112=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79C70 is #28638F. Grayscale: #A8A8A8. Windows color (decimal): -2646928 or 7380183. OLE color: 7380183.

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

Color convert

RGB 215 156 112 -
CMYK 0 0.27 0.48 0.16
HSL 25.63º 0.56% 0.64% -
HSV(B) 25.63º 0.48% 0.84% -
XYZ 42.84 39.39 20.68 -
YUV 168.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 215 156 112 0 0.27 0.48 0.16 25.63 0.56 0.64
Hex D7 9C 70 0 1B 30 10 1A 38 40
Octal 327 234 160 0 33 60 20 32 70 100
Binary 11010111 10011100 1110000 0 11011 110000 10000 11010 111000 1000000

Color Harmonies of #D79C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79C70

Black with #D79C70

Text Example


Text Example

White with #D79C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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