#D59078

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

Shades of Feldspar #D59078

Tints of Feldspar #D59078

Color information

#D59078 (or 0xD59078) is unknown color: approx Feldspar. HEX triplet: D5, 90 and 78. RGB value is (213,144,120). Sum of RGB (Red+Green+Blue) = 213+144+120=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D59078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59078 is #2A6F87. Grayscale: #A2A2A2. Windows color (decimal): -2781064 or 7901397. OLE color: 7901397.

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

Color convert

RGB213144120-
CMYK00.320.440.16
HSL15.48º52.54%65.29%-
HSV(B)15.48º43.66%83.53%-
XYZ40.835.4522.46-
YUV161.89104.36164.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 144 (56.64% from 255) = 30.19%
BLUE value IS 120 (47.27% from 255) = 25.16%
R=44.65%
G=30.19%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314412000.320.440.1615.4852.5465.29
HexD590780202C10f3541
Octal32522017004054201765101
Binary1101010110010000111100001000001011001000011111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59078; }

 p { color: rgb(213,144,120); }

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

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

 a { background-color: rgb(213,144,120); }

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

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

 span { border-color: rgb(213,144,120); }

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