Html Css Color HEX #D79B79 Feldspar

📋 copy color: '#D79B79'

red 215 ◦ green 155 ◦ blue 121

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

Shades of Feldspar #D79B79

Tints of Feldspar #D79B79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.64%

R = 43.79%
G = 31.57%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D79B79 (or 0xD79B79) is known color: Feldspar. HEX triplet: D7, 9B and 79. RGB value is (215,155,121). Sum of RGB (Red+Green+Blue) = 215+155+121=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79B79 is #286486. Grayscale: #A9A9A9. Windows color (decimal): -2647175 or 7969751. OLE color: 7969751.

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

Color convert

RGB 215 155 121 -
CMYK 0 0.28 0.44 0.16
HSL 21.7º 0.54% 0.66% -
HSV(B) 21.7º 0.44% 0.84% -
XYZ 43.2 39.27 23.39 -
YUV 169.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 215 155 121 0 0.28 0.44 0.16 21.7 0.54 0.66
Hex D7 9B 79 0 1C 2C 10 16 36 42
Octal 327 233 171 0 34 54 20 26 66 102
Binary 11010111 10011011 1111001 0 11100 101100 10000 10110 110110 1000010

Color Harmonies of #D79B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79B79

Black with #D79B79

Text Example


Text Example

White with #D79B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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