#D28E77

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

Shades of Feldspar #D28E77

Tints of Feldspar #D28E77

Color information

#D28E77 (or 0xD28E77) is unknown color: approx Feldspar. HEX triplet: D2, 8E and 77. RGB value is (210,142,119). Sum of RGB (Red+Green+Blue) = 210+142+119=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28E77 is #2D7188. Grayscale: #9F9F9F. Windows color (decimal): -2978185 or 7835346. OLE color: 7835346.

HSL color Cylindrical-coordinate representation of color #D28E77: hue angle of 15.16º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D28E77 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB210142119-
CMYK00.320.430.18
HSL15.16º50.28%64.51%-
HSV(B)15.16º43.33%82.35%-
XYZ39.5834.3822-
YUV159.71105.03163.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.59%
GREEN value IS 142 (55.86% from 255) = 30.15%
BLUE value IS 119 (46.88% from 255) = 25.27%
R=44.59%
G=30.15%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014211900.320.430.1815.1650.2864.51
HexD28E770202B12f3241
Octal32221616704053221762101
Binary1101001010001110111011101000001010111001011111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28E77; }

 p { color: rgb(210,142,119); }

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

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

 a { background-color: rgb(210,142,119); }

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

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

 span { border-color: rgb(210,142,119); }

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