#D29477

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

Shades of Feldspar #D29477

Tints of Feldspar #D29477

Color information

#D29477 (or 0xD29477) is unknown color: approx Feldspar. HEX triplet: D2, 94 and 77. RGB value is (210,148,119). Sum of RGB (Red+Green+Blue) = 210+148+119=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D29477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29477 is #2D6B88. Grayscale: #A3A3A3. Windows color (decimal): -2976649 or 7836882. OLE color: 7836882.

HSL color Cylindrical-coordinate representation of color #D29477: hue angle of 19.12º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D29477 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB210148119-
CMYK00.300.430.18
HSL19.12º50.28%64.51%-
HSV(B)19.12º43.33%82.35%-
XYZ40.536.2122.31-
YUV163.23103.04161.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.03%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 119 (46.88% from 255) = 24.95%
R=44.03%
G=31.03%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014811900.300.430.1819.1250.2864.51
HexD2947701E2B12133241
Octal32222416703653222362101
Binary1101001010010100111011101111010101110010100111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29477; }

 p { color: rgb(210,148,119); }

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

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

 a { background-color: rgb(210,148,119); }

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

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

 span { border-color: rgb(210,148,119); }

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