#D59377

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

Shades of Feldspar #D59377

Tints of Feldspar #D59377

Color information

#D59377 (or 0xD59377) is unknown color: approx Feldspar. HEX triplet: D5, 93 and 77. RGB value is (213,147,119). Sum of RGB (Red+Green+Blue) = 213+147+119=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D59377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59377 is #2A6C88. Grayscale: #A3A3A3. Windows color (decimal): -2780297 or 7836629. OLE color: 7836629.

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

Color convert

RGB213147119-
CMYK00.310.440.16
HSL17.87º52.81%65.1%-
HSV(B)17.87º44.13%83.53%-
XYZ41.236.3522.3-
YUV163.54102.87163.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 147 (57.81% from 255) = 30.69%
BLUE value IS 119 (46.88% from 255) = 24.84%
R=44.47%
G=30.69%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314711900.310.440.1617.8752.8165.1
HexD5937701F2C10123541
Octal32522316703754202265101
Binary1101010110010011111011101111110110010000100101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59377; }

 p { color: rgb(213,147,119); }

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

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

 a { background-color: rgb(213,147,119); }

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

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

 span { border-color: rgb(213,147,119); }

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