Html Css Color HEX #DBA960 Apache

📋 copy color: '#DBA960'

red 219 ◦ green 169 ◦ blue 96

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

Shades of Apache #DBA960

Tints of Apache #DBA960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.92%

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

R = 45.25%
G = 34.92%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBA960 (or 0xDBA960) is known color: Apache. HEX triplet: DB, A9 and 60. RGB value is (219,169,96). Sum of RGB (Red+Green+Blue) = 219+169+96=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA960 is #24569F. Grayscale: #AFAFAF. Windows color (decimal): -2381472 or 6334939. OLE color: 6334939.

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

Color convert

RGB 219 169 96 -
CMYK 0 0.23 0.56 0.14
HSL 35.61º 0.63% 0.62% -
HSV(B) 35.61º 0.56% 0.86% -
XYZ 45.51 44.28 17.21 -
YUV 175.63 83.07 158.94 -
System Red Green Blue C M Y K H S L
Decimal 219 169 96 0 0.23 0.56 0.14 35.61 0.63 0.62
Hex DB A9 60 0 17 38 E 24 3F 3E
Octal 333 251 140 0 27 70 16 44 77 76
Binary 11011011 10101001 1100000 0 10111 111000 1110 100100 111111 111110

Color Harmonies of #DBA960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA960

Black with #DBA960

Text Example


Text Example

White with #DBA960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA960; }

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

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

background-color css

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

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

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

border-color css

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

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

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