#D59975

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

Shades of Feldspar #D59975

Tints of Feldspar #D59975

Color information

#D59975 (or 0xD59975) is unknown color: approx Feldspar. HEX triplet: D5, 99 and 75. RGB value is (213,153,117). Sum of RGB (Red+Green+Blue) = 213+153+117=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D59975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59975 is #2A668A. Grayscale: #A7A7A7. Windows color (decimal): -2778763 or 7707093. OLE color: 7707093.

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

Color convert

RGB213153117-
CMYK00.280.450.16
HSL22.5º53.33%64.71%-
HSV(B)22.5º45.07%83.53%-
XYZ42.0438.2121.99-
YUV166.8499.88160.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 153 (60.16% from 255) = 31.68%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=44.10%
G=31.68%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315311700.280.450.1622.553.3364.71
HexD5997501C2D10173541
Octal32523116503455202765101
Binary1101010110011001111010101110010110110000101111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59975; }

 p { color: rgb(213,153,117); }

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

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

 a { background-color: rgb(213,153,117); }

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

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

 span { border-color: rgb(213,153,117); }

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