#D49983

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

Shades of Feldspar #D49983

Tints of Feldspar #D49983

Color information

#D49983 (or 0xD49983) is unknown color: approx Feldspar. HEX triplet: D4, 99 and 83. RGB value is (212,153,131). Sum of RGB (Red+Green+Blue) = 212+153+131=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D49983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49983 is #2B667C. Grayscale: #A8A8A8. Windows color (decimal): -2844285 or 8624596. OLE color: 8624596.

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

Color convert

RGB212153131-
CMYK00.280.380.17
HSL16.3º48.5%67.25%-
HSV(B)16.3º38.21%83.14%-
XYZ42.6438.4226.64-
YUV168.13107.05159.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.74%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 131 (51.56% from 255) = 26.41%
R=42.74%
G=30.85%
B=26.41%

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
Decimal21215313100.280.380.1716.348.567.25
HexD4998301C2611103143
Octal32423120303446212061103
Binary11010100100110011000001101110010011010001100001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49983; }

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

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

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

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

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

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

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

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