#d0ae5d

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

Shades of Apache #D0AE5D

Tints of Apache #D0AE5D

Color information

#D0AE5D (or 0xD0AE5D) is unknown color: approx Apache. HEX triplet: D0, AE and 5D. RGB value is (208,174,93). Sum of RGB (Red+Green+Blue) = 208+174+93=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AE5D is #2F51A2. Grayscale: #AFAFAF. Windows color (decimal): -3101091 or 6139600. OLE color: 6139600.

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

Color convert

RGB20817493-
CMYK00.160.550.18
HSL42.26º55.02%59.02%-
HSV(B)42.26º55.29%81.57%-
XYZ43.1244.4716.67-
YUV174.9381.76151.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 93 (36.72% from 255) = 19.58%
R=43.79%
G=36.63%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081749300.160.550.1842.2655.0259.02
HexD0AE5D01037122a373b
Octal3202561350206722526773
Binary1101000010101110101110101000011011110010101010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0ae5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0ae5d; }

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

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

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

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

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

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

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

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