#D28D6F

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

Shades of Feldspar #D28D6F

Tints of Feldspar #D28D6F

Color information

#D28D6F (or 0xD28D6F) is unknown color: approx Feldspar. HEX triplet: D2, 8D and 6F. RGB value is (210,141,111). Sum of RGB (Red+Green+Blue) = 210+141+111=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28D6F is #2D7290. Grayscale: #9E9E9E. Windows color (decimal): -2978449 or 7310802. OLE color: 7310802.

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

Color convert

RGB210141111-
CMYK00.330.470.18
HSL18.18º52.38%62.94%-
HSV(B)18.18º47.14%82.35%-
XYZ38.9733.919.53-
YUV158.21101.36164.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.45%
GREEN value IS 141 (55.47% from 255) = 30.52%
BLUE value IS 111 (43.75% from 255) = 24.03%
R=45.45%
G=30.52%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014111100.330.470.1818.1852.3862.94
HexD28D6F0212F1212343f
Octal3222151570415722226477
Binary1101001010001101110111101000011011111001010010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28D6F; }

 p { color: rgb(210,141,111); }

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

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

 a { background-color: rgb(210,141,111); }

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

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

 span { border-color: rgb(210,141,111); }

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