#DBA660

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

Shades of Apache #DBA660

Tints of Apache #DBA660

Color information

#DBA660 (or 0xDBA660) is unknown color: approx Apache. HEX triplet: DB, A6 and 60. RGB value is (219,166,96). Sum of RGB (Red+Green+Blue) = 219+166+96=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA660 is #24599F. Grayscale: #AEAEAE. Windows color (decimal): -2382240 or 6334171. OLE color: 6334171.

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

Color convert

RGB21916696-
CMYK00.240.560.14
HSL34.15º63.08%61.76%-
HSV(B)34.15º56.16%85.88%-
XYZ44.9643.1817.03-
YUV173.8784.06160.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.53%
GREEN value IS 166 (65.23% from 255) = 34.51%
BLUE value IS 96 (37.89% from 255) = 19.96%
R=45.53%
G=34.51%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191669600.240.560.1434.1563.0861.76
HexDBA66001838E223f3e
Octal3332461400307016427776
Binary110110111010011011000000110001110001110100010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA660; }

 p { color: rgb(219,166,96); }

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

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

 a { background-color: rgb(219,166,96); }

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

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

 span { border-color: rgb(219,166,96); }

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