#D28F76

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

Shades of Feldspar #D28F76

Tints of Feldspar #D28F76

Color information

#D28F76 (or 0xD28F76) is unknown color: approx Feldspar. HEX triplet: D2, 8F and 76. RGB value is (210,143,118). Sum of RGB (Red+Green+Blue) = 210+143+118=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28F76 is #2D7089. Grayscale: #A0A0A0. Windows color (decimal): -2977930 or 7770066. OLE color: 7770066.

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

Color convert

RGB210143118-
CMYK00.320.440.18
HSL16.3º50.55%64.31%-
HSV(B)16.3º43.81%82.35%-
XYZ39.6734.6521.74-
YUV160.18104.2163.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.59%
GREEN value IS 143 (56.25% from 255) = 30.36%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=44.59%
G=30.36%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014311800.320.440.1816.350.5564.31
HexD28F760202C12103340
Octal32221716604054222063100
Binary11010010100011111110110010000010110010010100001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28F76; }

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

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

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

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

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

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

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

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