Html Css Color HEX #DBA660 Apache

📋 copy color: '#DBA660'

red 219 ◦ green 166 ◦ blue 96

#DBA660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #DBA660

Tints of Apache #DBA660

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 value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBA660 (or 0xDBA660) is known color: 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

RGB 219 166 96 -
CMYK 0 0.24 0.56 0.14
HSL 34.15º 0.63% 0.62% -
HSV(B) 34.15º 0.56% 0.86% -
XYZ 44.96 43.18 17.03 -
YUV 173.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 219 166 96 0 0.24 0.56 0.14 34.15 0.63 0.62
Hex DB A6 60 0 18 38 E 22 3F 3E
Octal 333 246 140 0 30 70 16 42 77 76
Binary 11011011 10100110 1100000 0 11000 111000 1110 100010 111111 111110

Color Harmonies of #DBA660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA660

Black with #DBA660

Text Example


Text Example

White with #DBA660

Text Example


Text Example

HTML Codes & Css Web 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>