#D48973

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

Shades of Feldspar #D48973

Tints of Feldspar #D48973

Color information

#D48973 (or 0xD48973) is unknown color: approx Feldspar. HEX triplet: D4, 89 and 73. RGB value is (212,137,115). Sum of RGB (Red+Green+Blue) = 212+137+115=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D48973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48973 is #2B768C. Grayscale: #9D9D9D. Windows color (decimal): -2848397 or 7571924. OLE color: 7571924.

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

Color convert

RGB212137115-
CMYK00.350.460.17
HSL13.61º53.01%64.12%-
HSV(B)13.61º45.75%83.14%-
XYZ39.1933.1320.55-
YUV156.92104.35167.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.69%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 115 (45.31% from 255) = 24.78%
R=45.69%
G=29.53%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213711500.350.460.1713.6153.0164.12
HexD489730232E11e3540
Octal32421116304356211665100
Binary1101010010001001111001101000111011101000111101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48973; }

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

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

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

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

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

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

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

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