#D79277

Color #D79277 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #D79277

Tints of Feldspar #D79277

Color information

#D79277 (or 0xD79277) is unknown color: approx Feldspar. HEX triplet: D7, 92 and 77. RGB value is (215,146,119). Sum of RGB (Red+Green+Blue) = 215+146+119=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D79277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79277 is #286D88. Grayscale: #A3A3A3. Windows color (decimal): -2649481 or 7836375. OLE color: 7836375.

HSL color Cylindrical-coordinate representation of color #D79277: hue angle of 16.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D79277 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB215146119-
CMYK00.320.450.16
HSL16.88º54.55%65.49%-
HSV(B)16.88º44.65%84.31%-
XYZ41.6336.3422.27-
YUV163.55102.86164.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.79%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 119 (46.88% from 255) = 24.79%
R=44.79%
G=30.42%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514611900.320.450.1616.8854.5565.49
HexD792770202D10113741
Octal32722216704055202167101
Binary11010111100100101110111010000010110110000100011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79277; }

 p { color: rgb(215,146,119); }

 H1.HeaderClassName
 {
   color: #D79277;
 }
 .AnyTagClassName
 {
   color: #D79277;
 }
</style>
background-color css

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

 a { background-color: rgb(215,146,119); }

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

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

 span { border-color: rgb(215,146,119); }

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