#D0AF5D

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

Shades of Apache #D0AF5D

Tints of Apache #D0AF5D

Color information

#D0AF5D (or 0xD0AF5D) is unknown color: approx Apache. HEX triplet: D0, AF and 5D. RGB value is (208,175,93). Sum of RGB (Red+Green+Blue) = 208+175+93=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF5D is #2F50A2. Grayscale: #AFAFAF. Windows color (decimal): -3100835 or 6139856. OLE color: 6139856.

HSL color Cylindrical-coordinate representation of color #D0AF5D: hue angle of 42.78º 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 #D0AF5D is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB20817593-
CMYK00.160.550.18
HSL42.78º55.02%59.02%-
HSV(B)42.78º55.29%81.57%-
XYZ43.3244.8616.73-
YUV175.5281.43151.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.70%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 93 (36.72% from 255) = 19.54%
R=43.70%
G=36.76%
B=19.54%

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
Decimal2081759300.160.550.1842.7855.0259.02
HexD0AF5D01037122b373b
Octal3202571350206722536773
Binary1101000010101111101110101000011011110010101011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AF5D; }

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

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

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

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

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

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

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

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