#D29B79

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

Shades of Feldspar #D29B79

Tints of Feldspar #D29B79

Color information

#D29B79 (or 0xD29B79) is unknown color: approx Feldspar. HEX triplet: D2, 9B and 79. RGB value is (210,155,121). Sum of RGB (Red+Green+Blue) = 210+155+121=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29B79 is #2D6486. Grayscale: #A7A7A7. Windows color (decimal): -2974855 or 7969746. OLE color: 7969746.

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

Color convert

RGB210155121-
CMYK00.260.420.18
HSL22.92º49.72%64.9%-
HSV(B)22.92º42.38%82.35%-
XYZ41.7538.5223.32-
YUV167.57101.72158.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.21%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 121 (47.66% from 255) = 24.90%
R=43.21%
G=31.89%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015512100.260.420.1822.9249.7264.9
HexD29B7901A2A12173241
Octal32223317103252222762101
Binary1101001010011011111100101101010101010010101111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29B79; }

 p { color: rgb(210,155,121); }

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

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

 a { background-color: rgb(210,155,121); }

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

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

 span { border-color: rgb(210,155,121); }

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