Html Css Color HEX #D79B7C Feldspar

📋 copy color: '#D79B7C'

red 215 ◦ green 155 ◦ blue 124

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

Shades of Feldspar #D79B7C

Tints of Feldspar #D79B7C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.38%

 BLUE value IS 124 (48.83% from 255) = 25.1%

R = 43.52%
G = 31.38%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D79B7C (or 0xD79B7C) is known color: Feldspar. HEX triplet: D7, 9B and 7C. RGB value is (215,155,124). Sum of RGB (Red+Green+Blue) = 215+155+124=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79B7C is #286483. Grayscale: #A9A9A9. Windows color (decimal): -2647172 or 8166359. OLE color: 8166359.

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

Color convert

RGB 215 155 124 -
CMYK 0 0.28 0.42 0.16
HSL 20.44º 0.53% 0.66% -
HSV(B) 20.44º 0.42% 0.84% -
XYZ 43.38 39.35 24.38 -
YUV 169.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 215 155 124 0 0.28 0.42 0.16 20.44 0.53 0.66
Hex D7 9B 7C 0 1C 2A 10 14 35 42
Octal 327 233 174 0 34 52 20 24 65 102
Binary 11010111 10011011 1111100 0 11100 101010 10000 10100 110101 1000010

Color Harmonies of #D79B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79B7C

Black with #D79B7C

Text Example


Text Example

White with #D79B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79B7C; }

 p { color: rgb(215,155,124); }

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

background-color css

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

 a { background-color: rgb(215,155,124); }

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

border-color css

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

 span { border-color: rgb(215,155,124); }

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