#D28972

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

Shades of Feldspar #D28972

Tints of Feldspar #D28972

Color information

#D28972 (or 0xD28972) is unknown color: approx Feldspar. HEX triplet: D2, 89 and 72. RGB value is (210,137,114). Sum of RGB (Red+Green+Blue) = 210+137+114=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D28972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28972 is #2D768D. Grayscale: #9C9C9C. Windows color (decimal): -2979470 or 7506386. OLE color: 7506386.

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

Color convert

RGB210137114-
CMYK00.350.460.18
HSL14.38º51.61%63.53%-
HSV(B)14.38º45.71%82.35%-
XYZ38.5632.8120.22-
YUV156.21104.18166.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=45.55%
G=29.72%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013711400.350.460.1814.3851.6163.53
HexD289720232E12e3440
Octal32221116204356221664100
Binary1101001010001001111001001000111011101001011101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28972; }

 p { color: rgb(210,137,114); }

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

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

 a { background-color: rgb(210,137,114); }

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

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

 span { border-color: rgb(210,137,114); }

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