#D29C7B

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

Shades of Feldspar #D29C7B

Tints of Feldspar #D29C7B

Color information

#D29C7B (or 0xD29C7B) is unknown color: approx Feldspar. HEX triplet: D2, 9C and 7B. RGB value is (210,156,123). Sum of RGB (Red+Green+Blue) = 210+156+123=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C7B is #2D6384. Grayscale: #A8A8A8. Windows color (decimal): -2974597 or 8101074. OLE color: 8101074.

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

Color convert

RGB210156123-
CMYK00.260.410.18
HSL22.76º49.15%65.29%-
HSV(B)22.76º41.43%82.35%-
XYZ42.0438.9124.03-
YUV168.38102.39157.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.94%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 123 (48.44% from 255) = 25.15%
R=42.94%
G=31.90%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015612300.260.410.1822.7649.1565.29
HexD29C7B01A2912173141
Octal32223417303251222761101
Binary1101001010011100111101101101010100110010101111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29C7B; }

 p { color: rgb(210,156,123); }

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

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

 a { background-color: rgb(210,156,123); }

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

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

 span { border-color: rgb(210,156,123); }

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