#D59672

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

Shades of Feldspar #D59672

Tints of Feldspar #D59672

Color information

#D59672 (or 0xD59672) is unknown color: approx Feldspar. HEX triplet: D5, 96 and 72. RGB value is (213,150,114). Sum of RGB (Red+Green+Blue) = 213+150+114=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D59672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59672 is #2A698D. Grayscale: #A4A4A4. Windows color (decimal): -2779534 or 7509717. OLE color: 7509717.

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

Color convert

RGB213150114-
CMYK00.300.460.16
HSL21.82º54.1%64.12%-
HSV(B)21.82º46.48%83.53%-
XYZ41.3837.1720.91-
YUV164.7399.37162.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 114 (44.92% from 255) = 23.90%
R=44.65%
G=31.45%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315011400.300.460.1621.8254.164.12
HexD5967201E2E10163640
Octal32522616203656202666100
Binary1101010110010110111001001111010111010000101101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59672; }

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

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

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

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

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

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

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

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