#D49984

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

Shades of Feldspar #D49984

Tints of Feldspar #D49984

Color information

#D49984 (or 0xD49984) is unknown color: approx Feldspar. HEX triplet: D4, 99 and 84. RGB value is (212,153,132). Sum of RGB (Red+Green+Blue) = 212+153+132=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D49984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49984 is #2B667B. Grayscale: #A8A8A8. Windows color (decimal): -2844284 or 8690132. OLE color: 8690132.

HSL color Cylindrical-coordinate representation of color #D49984: hue angle of 15.75º 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 #D49984 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB212153132-
CMYK00.280.380.17
HSL15.75º48.19%67.45%-
HSV(B)15.75º37.74%83.14%-
XYZ42.7138.4527-
YUV168.25107.55159.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.66%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=42.66%
G=30.78%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215313200.280.380.1715.7548.1967.45
HexD4998401C2611103043
Octal32423120403446212060103
Binary11010100100110011000010001110010011010001100001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49984; }

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

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

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

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

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

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

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

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