#D0A15B

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

Shades of Apache #D0A15B

Tints of Apache #D0A15B

Color information

#D0A15B (or 0xD0A15B) is unknown color: approx Apache. HEX triplet: D0, A1 and 5B. RGB value is (208,161,91). Sum of RGB (Red+Green+Blue) = 208+161+91=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A15B is #2F5EA4. Grayscale: #A7A7A7. Windows color (decimal): -3104421 or 6005200. OLE color: 6005200.

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

Color convert

RGB20816191-
CMYK00.230.560.18
HSL35.9º55.45%58.63%-
HSV(B)35.9º56.25%81.57%-
XYZ40.6539.6515.41-
YUV167.0785.07157.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.22%
GREEN value IS 161 (63.28% from 255) = 35%
BLUE value IS 91 (35.94% from 255) = 19.78%
R=45.22%
G=35%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081619100.230.560.1835.955.4558.63
HexD0A15B017381224373b
Octal3202411330277022446773
Binary1101000010100001101101101011111100010010100100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A15B; }

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

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

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

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

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

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

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

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