#D29A81

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

Shades of Feldspar #D29A81

Tints of Feldspar #D29A81

Color information

#D29A81 (or 0xD29A81) is unknown color: approx Feldspar. HEX triplet: D2, 9A and 81. RGB value is (210,154,129). Sum of RGB (Red+Green+Blue) = 210+154+129=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A81 is #2D657E. Grayscale: #A8A8A8. Windows color (decimal): -2975103 or 8493778. OLE color: 8493778.

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

Color convert

RGB210154129-
CMYK00.270.390.18
HSL18.52º47.37%66.47%-
HSV(B)18.52º38.57%82.35%-
XYZ42.138.425.96-
YUV167.89106.05158.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=42.60%
G=31.24%
B=26.17%

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
Decimal21015412900.270.390.1818.5247.3766.47
HexD29A8101B2712132f42
Octal32223220103347222357102
Binary11010010100110101000000101101110011110010100111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29A81; }

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

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

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

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

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

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

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

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