#D29A7C

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

Shades of Feldspar #D29A7C

Tints of Feldspar #D29A7C

Color information

#D29A7C (or 0xD29A7C) is unknown color: approx Feldspar. HEX triplet: D2, 9A and 7C. RGB value is (210,154,124). Sum of RGB (Red+Green+Blue) = 210+154+124=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A7C is #2D6583. Grayscale: #A7A7A7. Windows color (decimal): -2975108 or 8166098. OLE color: 8166098.

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

Color convert

RGB210154124-
CMYK00.270.410.18
HSL20.93º48.86%65.49%-
HSV(B)20.93º40.95%82.35%-
XYZ41.7738.2724.25-
YUV167.32103.55158.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.03%
GREEN value IS 154 (60.55% from 255) = 31.56%
BLUE value IS 124 (48.83% from 255) = 25.41%
R=43.03%
G=31.56%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015412400.270.410.1820.9348.8665.49
HexD29A7C01B2912153141
Octal32223217403351222561101
Binary1101001010011010111110001101110100110010101011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29A7C; }

 p { color: rgb(210,154,124); }

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

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

 a { background-color: rgb(210,154,124); }

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

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

 span { border-color: rgb(210,154,124); }

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