#D29D55

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

Shades of Apache #D29D55

Tints of Apache #D29D55

Color information

#D29D55 (or 0xD29D55) is unknown color: approx Apache. HEX triplet: D2, 9D and 55. RGB value is (210,157,85). Sum of RGB (Red+Green+Blue) = 210+157+85=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D55 is #2D62AA. Grayscale: #A4A4A4. Windows color (decimal): -2974379 or 5610962. OLE color: 5610962.

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

Color convert

RGB21015785-
CMYK00.250.600.18
HSL34.56º58.14%57.84%-
HSV(B)34.56º59.52%82.35%-
XYZ40.2838.4713.9-
YUV164.6483.06160.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.46%
GREEN value IS 157 (61.72% from 255) = 34.73%
BLUE value IS 85 (33.59% from 255) = 18.81%
R=46.46%
G=34.73%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101578500.250.600.1834.5658.1457.84
HexD29D550193C12233a3a
Octal3222351250317422437272
Binary1101001010011101101010101100111110010010100011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D55; }

 p { color: rgb(210,157,85); }

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

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

 a { background-color: rgb(210,157,85); }

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

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

 span { border-color: rgb(210,157,85); }

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