Html Css Color HEX #DBA760 Apache

📋 copy color: '#DBA760'

red 219 ◦ green 167 ◦ blue 96

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

Shades of Apache #DBA760

Tints of Apache #DBA760

RGB

 RED value IS 219 (85.94% from 255) = 45.44%

 GREEN value IS 167 (65.63% from 255) = 34.65%

 BLUE value IS 96 (37.89% from 255) = 19.92%

R = 45.44%
G = 34.65%
B = 19.92%

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

#DBA760 (or 0xDBA760) is known color: Apache. HEX triplet: DB, A7 and 60. RGB value is (219,167,96). Sum of RGB (Red+Green+Blue) = 219+167+96=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA760 is #24589F. Grayscale: #AEAEAE. Windows color (decimal): -2381984 or 6334427. OLE color: 6334427.

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

Color convert

RGB 219 167 96 -
CMYK 0 0.24 0.56 0.14
HSL 34.63º 0.63% 0.62% -
HSV(B) 34.63º 0.56% 0.86% -
XYZ 45.14 43.54 17.09 -
YUV 174.45 83.73 159.77 -
System Red Green Blue C M Y K H S L
Decimal 219 167 96 0 0.24 0.56 0.14 34.63 0.63 0.62
Hex DB A7 60 0 18 38 E 23 3F 3E
Octal 333 247 140 0 30 70 16 43 77 76
Binary 11011011 10100111 1100000 0 11000 111000 1110 100011 111111 111110

Color Harmonies of #DBA760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA760

Black with #DBA760

Text Example


Text Example

White with #DBA760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA760; }

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

 H1.HeaderClassName
 {
   color: #DBA760;
 }
 .AnyTagClassName
 {
   color: #DBA760;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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