#D29883

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

Shades of Feldspar #D29883

Tints of Feldspar #D29883

Color information

#D29883 (or 0xD29883) is unknown color: approx Feldspar. HEX triplet: D2, 98 and 83. RGB value is (210,152,131). Sum of RGB (Red+Green+Blue) = 210+152+131=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D29883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29883 is #2D677C. Grayscale: #A7A7A7. Windows color (decimal): -2975613 or 8624338. OLE color: 8624338.

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

Color convert

RGB210152131-
CMYK00.280.380.18
HSL15.95º46.75%66.86%-
HSV(B)15.95º37.62%82.35%-
XYZ41.937.826.56-
YUV166.95107.72158.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 131 (51.56% from 255) = 26.57%
R=42.60%
G=30.83%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015213100.280.380.1815.9546.7566.86
HexD2988301C2612102f43
Octal32223020303446222057103
Binary11010010100110001000001101110010011010010100001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29883; }

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

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

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

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

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

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

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

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