#D0A35B

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

Shades of Apache #D0A35B

Tints of Apache #D0A35B

Color information

#D0A35B (or 0xD0A35B) is unknown color: approx Apache. HEX triplet: D0, A3 and 5B. RGB value is (208,163,91). Sum of RGB (Red+Green+Blue) = 208+163+91=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A35B is #2F5CA4. Grayscale: #A8A8A8. Windows color (decimal): -3103909 or 6005712. OLE color: 6005712.

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

Color convert

RGB20816391-
CMYK00.220.560.18
HSL36.92º55.45%58.63%-
HSV(B)36.92º56.25%81.57%-
XYZ4140.3615.53-
YUV168.2584.41156.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.02%
GREEN value IS 163 (64.06% from 255) = 35.28%
BLUE value IS 91 (35.94% from 255) = 19.70%
R=45.02%
G=35.28%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081639100.220.560.1836.9255.4558.63
HexD0A35B016381225373b
Octal3202431330267022456773
Binary1101000010100011101101101011011100010010100101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A35B; }

 p { color: rgb(208,163,91); }

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

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

 a { background-color: rgb(208,163,91); }

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

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

 span { border-color: rgb(208,163,91); }

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