#DBA765

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

Shades of Apache #DBA765

Tints of Apache #DBA765

Color information

#DBA765 (or 0xDBA765) is unknown color: approx Apache. HEX triplet: DB, A7 and 65. RGB value is (219,167,101). Sum of RGB (Red+Green+Blue) = 219+167+101=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA765 is #24589A. Grayscale: #AFAFAF. Windows color (decimal): -2381979 or 6662107. OLE color: 6662107.

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

Color convert

RGB219167101-
CMYK00.240.540.14
HSL33.56º62.11%62.75%-
HSV(B)33.56º53.88%85.88%-
XYZ45.3843.6418.34-
YUV175.0286.23159.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.97%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 101 (39.84% from 255) = 20.74%
R=44.97%
G=34.29%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916710100.240.540.1433.5662.1162.75
HexDBA76501836E223e3f
Octal3332471450306616427677
Binary110110111010011111001010110001101101110100010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA765; }

 p { color: rgb(219,167,101); }

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

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

 a { background-color: rgb(219,167,101); }

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

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

 span { border-color: rgb(219,167,101); }

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