#DBA861

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

Shades of Apache #DBA861

Tints of Apache #DBA861

Color information

#DBA861 (or 0xDBA861) is unknown color: approx Apache. HEX triplet: DB, A8 and 61. RGB value is (219,168,97). Sum of RGB (Red+Green+Blue) = 219+168+97=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA861 is #24579E. Grayscale: #AFAFAF. Windows color (decimal): -2381727 or 6400219. OLE color: 6400219.

HSL color Cylindrical-coordinate representation of color #DBA861: hue angle of 34.92º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBA861 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB21916897-
CMYK00.230.560.14
HSL34.92º62.89%61.96%-
HSV(B)34.92º55.71%85.88%-
XYZ45.3743.9317.4-
YUV175.1583.9159.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.25%
GREEN value IS 168 (66.02% from 255) = 34.71%
BLUE value IS 97 (38.28% from 255) = 20.04%
R=45.25%
G=34.71%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191689700.230.560.1434.9262.8961.96
HexDBA86101738E233f3e
Octal3332501410277016437776
Binary110110111010100011000010101111110001110100011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA861; }

 p { color: rgb(219,168,97); }

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

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

 a { background-color: rgb(219,168,97); }

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

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

 span { border-color: rgb(219,168,97); }

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