#D29A83

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

Shades of Feldspar #D29A83

Tints of Feldspar #D29A83

Color information

#D29A83 (or 0xD29A83) is unknown color: approx Feldspar. HEX triplet: D2, 9A and 83. RGB value is (210,154,131). Sum of RGB (Red+Green+Blue) = 210+154+131=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A83 is #2D657C. Grayscale: #A8A8A8. Windows color (decimal): -2975101 or 8624850. OLE color: 8624850.

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

Color convert

RGB210154131-
CMYK00.270.380.18
HSL17.47º46.75%66.86%-
HSV(B)17.47º37.62%82.35%-
XYZ42.2338.4526.67-
YUV168.12107.05157.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.42%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 131 (51.56% from 255) = 26.46%
R=42.42%
G=31.11%
B=26.46%

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
Decimal21015413100.270.380.1817.4746.7566.86
HexD29A8301B2612112f43
Octal32223220303346222157103
Binary11010010100110101000001101101110011010010100011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29A83; }

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

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

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

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

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

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

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

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