#D28F79

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

Shades of Feldspar #D28F79

Tints of Feldspar #D28F79

Color information

#D28F79 (or 0xD28F79) is unknown color: approx Feldspar. HEX triplet: D2, 8F and 79. RGB value is (210,143,121). Sum of RGB (Red+Green+Blue) = 210+143+121=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28F79 is #2D7086. Grayscale: #A0A0A0. Windows color (decimal): -2977927 or 7966674. OLE color: 7966674.

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

Color convert

RGB210143121-
CMYK00.320.420.18
HSL14.83º49.72%64.9%-
HSV(B)14.83º42.38%82.35%-
XYZ39.8534.7322.69-
YUV160.52105.7163.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.30%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 121 (47.66% from 255) = 25.53%
R=44.30%
G=30.17%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014312100.320.420.1814.8349.7264.9
HexD28F790202A12f3241
Octal32221717104052221762101
Binary1101001010001111111100101000001010101001011111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28F79; }

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

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

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

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

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

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

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

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