#D59276

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

Shades of Feldspar #D59276

Tints of Feldspar #D59276

Color information

#D59276 (or 0xD59276) is unknown color: approx Feldspar. HEX triplet: D5, 92 and 76. RGB value is (213,146,118). Sum of RGB (Red+Green+Blue) = 213+146+118=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D59276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59276 is #2A6D89. Grayscale: #A3A3A3. Windows color (decimal): -2780554 or 7770837. OLE color: 7770837.

HSL color Cylindrical-coordinate representation of color #D59276: hue angle of 17.68º degrees, saturation: 0.53, 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 #D59276 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213146118-
CMYK00.310.450.16
HSL17.68º53.07%64.9%-
HSV(B)17.68º44.6%83.53%-
XYZ40.9936.0121.93-
YUV162.84102.7163.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=44.65%
G=30.61%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314611800.310.450.1617.6853.0764.9
HexD5927601F2D10123541
Octal32522216603755202265101
Binary1101010110010010111011001111110110110000100101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59276; }

 p { color: rgb(213,146,118); }

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

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

 a { background-color: rgb(213,146,118); }

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

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

 span { border-color: rgb(213,146,118); }

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