#D29371

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

Shades of Feldspar #D29371

Tints of Feldspar #D29371

Color information

#D29371 (or 0xD29371) is unknown color: approx Feldspar. HEX triplet: D2, 93 and 71. RGB value is (210,147,113). Sum of RGB (Red+Green+Blue) = 210+147+113=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D29371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29371 is #2D6C8E. Grayscale: #A2A2A2. Windows color (decimal): -2976911 or 7443410. OLE color: 7443410.

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

Color convert

RGB210147113-
CMYK00.300.460.18
HSL21.03º51.87%63.33%-
HSV(B)21.03º46.19%82.35%-
XYZ39.9935.7620.42-
YUV161.96100.37162.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.68%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=44.68%
G=31.28%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014711300.300.460.1821.0351.8763.33
HexD2937101E2E1215343f
Octal3222231610365622256477
Binary110100101001001111100010111101011101001010101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29371; }

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

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

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

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

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

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

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

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