#D28E7A

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

Shades of Feldspar #D28E7A

Tints of Feldspar #D28E7A

Color information

#D28E7A (or 0xD28E7A) is unknown color: approx Feldspar. HEX triplet: D2, 8E and 7A. RGB value is (210,142,122). Sum of RGB (Red+Green+Blue) = 210+142+122=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28E7A is #2D7185. Grayscale: #A0A0A0. Windows color (decimal): -2978182 or 8031954. OLE color: 8031954.

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

Color convert

RGB210142122-
CMYK00.320.420.18
HSL13.64º49.44%65.1%-
HSV(B)13.64º41.9%82.35%-
XYZ39.7634.4522.97-
YUV160.05106.53163.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.30%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=44.30%
G=29.96%
B=25.74%

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
Decimal21014212200.320.420.1813.6449.4465.1
HexD28E7A0202A12e3141
Octal32221617204052221661101
Binary1101001010001110111101001000001010101001011101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28E7A; }

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

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

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

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

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

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

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

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