Html Css Color HEX #D79C7A Feldspar

📋 copy color: '#D79C7A'

red 215 ◦ green 156 ◦ blue 122

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

Shades of Feldspar #D79C7A

Tints of Feldspar #D79C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.75%

R = 43.61%
G = 31.64%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D79C7A (or 0xD79C7A) is known color: Feldspar. HEX triplet: D7, 9C and 7A. RGB value is (215,156,122). Sum of RGB (Red+Green+Blue) = 215+156+122=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79C7A is #286385. Grayscale: #A9A9A9. Windows color (decimal): -2646918 or 8035543. OLE color: 8035543.

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

Color convert

RGB 215 156 122 -
CMYK 0 0.27 0.43 0.16
HSL 21.94º 0.54% 0.66% -
HSV(B) 21.94º 0.43% 0.84% -
XYZ 43.43 39.63 23.77 -
YUV 169.77 101.05 160.26 -
System Red Green Blue C M Y K H S L
Decimal 215 156 122 0 0.27 0.43 0.16 21.94 0.54 0.66
Hex D7 9C 7A 0 1B 2B 10 16 36 42
Octal 327 234 172 0 33 53 20 26 66 102
Binary 11010111 10011100 1111010 0 11011 101011 10000 10110 110110 1000010

Color Harmonies of #D79C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79C7A

Black with #D79C7A

Text Example


Text Example

White with #D79C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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