#D28F77

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

Shades of Feldspar #D28F77

Tints of Feldspar #D28F77

Color information

#D28F77 (or 0xD28F77) is unknown color: approx Feldspar. HEX triplet: D2, 8F and 77. RGB value is (210,143,119). Sum of RGB (Red+Green+Blue) = 210+143+119=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28F77 is #2D7088. Grayscale: #A0A0A0. Windows color (decimal): -2977929 or 7835602. OLE color: 7835602.

HSL color Cylindrical-coordinate representation of color #D28F77: hue angle of 15.82º 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 #D28F77 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB210143119-
CMYK00.320.430.18
HSL15.82º50.28%64.51%-
HSV(B)15.82º43.33%82.35%-
XYZ39.7334.6822.05-
YUV160.3104.7163.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.49%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 119 (46.88% from 255) = 25.21%
R=44.49%
G=30.30%
B=25.21%

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
Decimal21014311900.320.430.1815.8250.2864.51
HexD28F770202B12103241
Octal32221716704053222062101
Binary11010010100011111110111010000010101110010100001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28F77; }

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

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

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

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

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

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

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

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