#D29E73

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

Shades of Feldspar #D29E73

Tints of Feldspar #D29E73

Color information

#D29E73 (or 0xD29E73) is unknown color: approx Feldspar. HEX triplet: D2, 9E and 73. RGB value is (210,158,115). Sum of RGB (Red+Green+Blue) = 210+158+115=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E73 is #2D618C. Grayscale: #A8A8A8. Windows color (decimal): -2974093 or 7577298. OLE color: 7577298.

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

Color convert

RGB210158115-
CMYK00.250.450.18
HSL27.16º51.35%63.73%-
HSV(B)27.16º45.24%82.35%-
XYZ41.939.3921.61-
YUV168.6597.73157.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.48%
GREEN value IS 158 (62.11% from 255) = 32.71%
BLUE value IS 115 (45.31% from 255) = 23.81%
R=43.48%
G=32.71%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015811500.250.450.1827.1651.3563.73
HexD29E730192D121b3340
Octal32223616303155223363100
Binary1101001010011110111001101100110110110010110111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29E73; }

 p { color: rgb(210,158,115); }

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

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

 a { background-color: rgb(210,158,115); }

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

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

 span { border-color: rgb(210,158,115); }

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