#D59273

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

Shades of Feldspar #D59273

Tints of Feldspar #D59273

Color information

#D59273 (or 0xD59273) is unknown color: approx Feldspar. HEX triplet: D5, 92 and 73. RGB value is (213,146,115). Sum of RGB (Red+Green+Blue) = 213+146+115=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D59273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59273 is #2A6D8C. Grayscale: #A2A2A2. Windows color (decimal): -2780557 or 7574229. OLE color: 7574229.

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

Color convert

RGB213146115-
CMYK00.310.460.16
HSL18.98º53.85%64.31%-
HSV(B)18.98º46.01%83.53%-
XYZ40.8135.9421.01-
YUV162.5101.2164.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.94%
GREEN value IS 146 (57.42% from 255) = 30.80%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=44.94%
G=30.80%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314611500.310.460.1618.9853.8564.31
HexD5927301F2E10133640
Octal32522216303756202366100
Binary1101010110010010111001101111110111010000100111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59273; }

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

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

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

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

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

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

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

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