#D0AE53

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

Shades of Apache #D0AE53

Tints of Apache #D0AE53

Color information

#D0AE53 (or 0xD0AE53) is unknown color: approx Apache. HEX triplet: D0, AE and 53. RGB value is (208,174,83). Sum of RGB (Red+Green+Blue) = 208+174+83=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AE53 is #2F51AC. Grayscale: #AEAEAE. Windows color (decimal): -3101101 or 5484240. OLE color: 5484240.

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

Color convert

RGB20817483-
CMYK00.160.600.18
HSL43.68º57.08%57.06%-
HSV(B)43.68º60.1%81.57%-
XYZ42.7144.3114.48-
YUV173.7976.76152.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.73%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 83 (32.81% from 255) = 17.85%
R=44.73%
G=37.42%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081748300.160.600.1843.6857.0857.06
HexD0AE530103C122c3939
Octal3202561230207422547171
Binary1101000010101110101001101000011110010010101100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE53; }

 p { color: rgb(208,174,83); }

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

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

 a { background-color: rgb(208,174,83); }

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

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

 span { border-color: rgb(208,174,83); }

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