#D29A80

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

Shades of Feldspar #D29A80

Tints of Feldspar #D29A80

Color information

#D29A80 (or 0xD29A80) is unknown color: approx Feldspar. HEX triplet: D2, 9A and 80. RGB value is (210,154,128). Sum of RGB (Red+Green+Blue) = 210+154+128=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A80 is #2D657F. Grayscale: #A7A7A7. Windows color (decimal): -2975104 or 8428242. OLE color: 8428242.

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

Color convert

RGB210154128-
CMYK00.270.390.18
HSL19.02º47.67%66.27%-
HSV(B)19.02º39.05%82.35%-
XYZ42.0338.3725.61-
YUV167.78105.55158.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=42.68%
G=31.30%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015412800.270.390.1819.0247.6766.27
HexD29A8001B2712133042
Octal32223220003347222360102
Binary11010010100110101000000001101110011110010100111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29A80; }

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

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

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

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

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

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

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

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