#D28973

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

Shades of Feldspar #D28973

Tints of Feldspar #D28973

Color information

#D28973 (or 0xD28973) is unknown color: approx Feldspar. HEX triplet: D2, 89 and 73. RGB value is (210,137,115). Sum of RGB (Red+Green+Blue) = 210+137+115=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D28973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28973 is #2D768C. Grayscale: #9C9C9C. Windows color (decimal): -2979469 or 7571922. OLE color: 7571922.

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

Color convert

RGB210137115-
CMYK00.350.450.18
HSL13.89º51.35%63.73%-
HSV(B)13.89º45.24%82.35%-
XYZ38.6232.8320.52-
YUV156.32104.68166.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.45%
GREEN value IS 137 (53.91% from 255) = 29.65%
BLUE value IS 115 (45.31% from 255) = 24.89%
R=45.45%
G=29.65%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013711500.350.450.1813.8951.3563.73
HexD289730232D12e3340
Octal32221116304355221663100
Binary1101001010001001111001101000111011011001011101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28973; }

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

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

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

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

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

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

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

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