#D29176

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

Shades of Feldspar #D29176

Tints of Feldspar #D29176

Color information

#D29176 (or 0xD29176) is unknown color: approx Feldspar. HEX triplet: D2, 91 and 76. RGB value is (210,145,118). Sum of RGB (Red+Green+Blue) = 210+145+118=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D29176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29176 is #2D6E89. Grayscale: #A1A1A1. Windows color (decimal): -2977418 or 7770578. OLE color: 7770578.

HSL color Cylindrical-coordinate representation of color #D29176: hue angle of 17.61º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D29176 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB210145118-
CMYK00.310.440.18
HSL17.61º50.55%64.31%-
HSV(B)17.61º43.81%82.35%-
XYZ39.9735.2621.84-
YUV161.36103.53162.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 118 (46.48% from 255) = 24.95%
R=44.40%
G=30.66%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014511800.310.440.1817.6150.5564.31
HexD2917601F2C12123340
Octal32222116603754222263100
Binary1101001010010001111011001111110110010010100101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29176; }

 p { color: rgb(210,145,118); }

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

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

 a { background-color: rgb(210,145,118); }

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

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

 span { border-color: rgb(210,145,118); }

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