#D29F5E

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

Shades of Apache #D29F5E

Tints of Apache #D29F5E

Color information

#D29F5E (or 0xD29F5E) is unknown color: approx Apache. HEX triplet: D2, 9F and 5E. RGB value is (210,159,94). Sum of RGB (Red+Green+Blue) = 210+159+94=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F5E is #2D60A1. Grayscale: #A7A7A7. Windows color (decimal): -2973858 or 6201298. OLE color: 6201298.

HSL color Cylindrical-coordinate representation of color #D29F5E: hue angle of 33.62º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D29F5E is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB21015994-
CMYK00.240.550.18
HSL33.62º56.31%59.61%-
HSV(B)33.62º55.24%82.35%-
XYZ4139.3116.02-
YUV166.8486.9158.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.36%
GREEN value IS 159 (62.5% from 255) = 34.34%
BLUE value IS 94 (37.11% from 255) = 20.30%
R=45.36%
G=34.34%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101599400.240.550.1833.6256.3159.61
HexD29F5E018371222383c
Octal3222371360306722427074
Binary1101001010011111101111001100011011110010100010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29F5E; }

 p { color: rgb(210,159,94); }

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

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

 a { background-color: rgb(210,159,94); }

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

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

 span { border-color: rgb(210,159,94); }

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