#D29871

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

Shades of Feldspar #D29871

Tints of Feldspar #D29871

Color information

#D29871 (or 0xD29871) is unknown color: approx Feldspar. HEX triplet: D2, 98 and 71. RGB value is (210,152,113). Sum of RGB (Red+Green+Blue) = 210+152+113=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D29871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29871 is #2D678E. Grayscale: #A5A5A5. Windows color (decimal): -2975631 or 7444690. OLE color: 7444690.

HSL color Cylindrical-coordinate representation of color #D29871: hue angle of 24.12º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D29871 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB210152113-
CMYK00.280.460.18
HSL24.12º51.87%63.33%-
HSV(B)24.12º46.19%82.35%-
XYZ40.7937.3520.68-
YUV164.998.72160.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=44.21%
G=32%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015211300.280.460.1824.1251.8763.33
HexD2987101C2E1218343f
Octal3222301610345622306477
Binary110100101001100011100010111001011101001011000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29871; }

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

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

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

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

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

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

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

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