#D29F5D

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

Shades of Apache #D29F5D

Tints of Apache #D29F5D

Color information

#D29F5D (or 0xD29F5D) is unknown color: approx Apache. HEX triplet: D2, 9F and 5D. RGB value is (210,159,93). Sum of RGB (Red+Green+Blue) = 210+159+93=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F5D is #2D60A2. Grayscale: #A7A7A7. Windows color (decimal): -2973859 or 6135762. OLE color: 6135762.

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

Color convert

RGB21015993-
CMYK00.240.560.18
HSL33.85º56.52%59.41%-
HSV(B)33.85º55.71%82.35%-
XYZ40.9539.2915.78-
YUV166.7286.4158.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.45%
GREEN value IS 159 (62.5% from 255) = 34.42%
BLUE value IS 93 (36.72% from 255) = 20.13%
R=45.45%
G=34.42%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101599300.240.560.1833.8556.5259.41
HexD29F5D018381222393b
Octal3222371350307022427173
Binary1101001010011111101110101100011100010010100010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29F5D; }

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

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

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

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

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

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

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

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