Html Css Color HEX #DBAA60 Equator

📋 copy color: '#DBAA60'

red 219 ◦ green 170 ◦ blue 96

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

Shades of Equator #DBAA60

Tints of Equator #DBAA60

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.05%

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

R = 45.15%
G = 35.05%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBAA60 (or 0xDBAA60) is known color: Equator. HEX triplet: DB, AA and 60. RGB value is (219,170,96). Sum of RGB (Red+Green+Blue) = 219+170+96=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA60 is #24559F. Grayscale: #B0B0B0. Windows color (decimal): -2381216 or 6335195. OLE color: 6335195.

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

Color convert

RGB 219 170 96 -
CMYK 0 0.22 0.56 0.14
HSL 36.1º 0.63% 0.62% -
HSV(B) 36.1º 0.56% 0.86% -
XYZ 45.7 44.65 17.28 -
YUV 176.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 219 170 96 0 0.22 0.56 0.14 36.1 0.63 0.62
Hex DB AA 60 0 16 38 E 24 3F 3E
Octal 333 252 140 0 26 70 16 44 77 76
Binary 11011011 10101010 1100000 0 10110 111000 1110 100100 111111 111110

Color Harmonies of #DBAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA60

Black with #DBAA60

Text Example


Text Example

White with #DBAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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