#D59772

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

Shades of Feldspar #D59772

Tints of Feldspar #D59772

Color information

#D59772 (or 0xD59772) is unknown color: approx Feldspar. HEX triplet: D5, 97 and 72. RGB value is (213,151,114). Sum of RGB (Red+Green+Blue) = 213+151+114=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D59772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59772 is #2A688D. Grayscale: #A5A5A5. Windows color (decimal): -2779278 or 7509973. OLE color: 7509973.

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

Color convert

RGB213151114-
CMYK00.290.460.16
HSL22.42º54.1%64.12%-
HSV(B)22.42º46.48%83.53%-
XYZ41.5437.4920.97-
YUV165.3299.04162.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.56%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=44.56%
G=31.59%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315111400.290.460.1622.4254.164.12
HexD5977201D2E10163640
Octal32522716203556202666100
Binary1101010110010111111001001110110111010000101101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59772; }

 p { color: rgb(213,151,114); }

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

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

 a { background-color: rgb(213,151,114); }

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

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

 span { border-color: rgb(213,151,114); }

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