#D29D71

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

Shades of Feldspar #D29D71

Tints of Feldspar #D29D71

Color information

#D29D71 (or 0xD29D71) is unknown color: approx Feldspar. HEX triplet: D2, 9D and 71. RGB value is (210,157,113). Sum of RGB (Red+Green+Blue) = 210+157+113=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D71 is #2D628E. Grayscale: #A8A8A8. Windows color (decimal): -2974351 or 7445970. OLE color: 7445970.

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

Color convert

RGB210157113-
CMYK00.250.460.18
HSL27.22º51.87%63.33%-
HSV(B)27.22º46.19%82.35%-
XYZ41.6239.0120.96-
YUV167.8397.06158.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.75%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 113 (44.53% from 255) = 23.54%
R=43.75%
G=32.71%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015711300.250.460.1827.2251.8763.33
HexD29D710192E121b343f
Octal3222351610315622336477
Binary110100101001110111100010110011011101001011011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D71; }

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

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

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

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

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

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

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

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