#D28A71

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

Shades of Feldspar #D28A71

Tints of Feldspar #D28A71

Color information

#D28A71 (or 0xD28A71) is unknown color: approx Feldspar. HEX triplet: D2, 8A and 71. RGB value is (210,138,113). Sum of RGB (Red+Green+Blue) = 210+138+113=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A71 is #2D758E. Grayscale: #9C9C9C. Windows color (decimal): -2979215 or 7441106. OLE color: 7441106.

HSL color Cylindrical-coordinate representation of color #D28A71: hue angle of 15.46º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D28A71 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB210138113-
CMYK00.340.460.18
HSL15.46º51.87%63.33%-
HSV(B)15.46º46.19%82.35%-
XYZ38.6533.0719.97-
YUV156.68103.35166.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 138 (54.30% from 255) = 29.93%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=45.55%
G=29.93%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013811300.340.460.1815.4651.8763.33
HexD28A710222E12f343f
Octal3222121610425622176477
Binary110100101000101011100010100010101110100101111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28A71; }

 p { color: rgb(210,138,113); }

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

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

 a { background-color: rgb(210,138,113); }

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

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

 span { border-color: rgb(210,138,113); }

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