#D49A84

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

Shades of Feldspar #D49A84

Tints of Feldspar #D49A84

Color information

#D49A84 (or 0xD49A84) is unknown color: approx Feldspar. HEX triplet: D4, 9A and 84. RGB value is (212,154,132). Sum of RGB (Red+Green+Blue) = 212+154+132=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A84 is #2B657B. Grayscale: #A8A8A8. Windows color (decimal): -2844028 or 8690388. OLE color: 8690388.

HSL color Cylindrical-coordinate representation of color #D49A84: hue angle of 16.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D49A84 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB212154132-
CMYK00.270.380.17
HSL16.5º48.19%67.45%-
HSV(B)16.5º37.74%83.14%-
XYZ42.8738.7727.05-
YUV168.83107.22158.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=42.57%
G=30.92%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215413200.270.380.1716.548.1967.45
HexD49A8401B2611113043
Octal32423220403346212160103
Binary11010100100110101000010001101110011010001100011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49A84; }

 p { color: rgb(212,154,132); }

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

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

 a { background-color: rgb(212,154,132); }

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

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

 span { border-color: rgb(212,154,132); }

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