#D29983

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

Shades of Feldspar #D29983

Tints of Feldspar #D29983

Color information

#D29983 (or 0xD29983) is unknown color: approx Feldspar. HEX triplet: D2, 99 and 83. RGB value is (210,153,131). Sum of RGB (Red+Green+Blue) = 210+153+131=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D29983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29983 is #2D667C. Grayscale: #A7A7A7. Windows color (decimal): -2975357 or 8624594. OLE color: 8624594.

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

Color convert

RGB210153131-
CMYK00.270.380.18
HSL16.71º46.75%66.86%-
HSV(B)16.71º37.62%82.35%-
XYZ42.0738.1226.61-
YUV167.54107.38158.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.51%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 131 (51.56% from 255) = 26.52%
R=42.51%
G=30.97%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015313100.270.380.1816.7146.7566.86
HexD2998301B2612112f43
Octal32223120303346222157103
Binary11010010100110011000001101101110011010010100011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29983; }

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

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

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

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

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

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

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

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