#DBAA61

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

Shades of Equator #DBAA61

Tints of Equator #DBAA61

Color information

#DBAA61 (or 0xDBAA61) is unknown color: approx Equator. HEX triplet: DB, AA and 61. RGB value is (219,170,97). Sum of RGB (Red+Green+Blue) = 219+170+97=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 97 (38.28% from 255 or 19.96% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA61 is #24559E. Grayscale: #B0B0B0. Windows color (decimal): -2381215 or 6400731. OLE color: 6400731.

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

Color convert

RGB21917097-
CMYK00.220.560.14
HSL35.9º62.89%61.96%-
HSV(B)35.9º55.71%85.88%-
XYZ45.7544.6717.52-
YUV176.3383.23158.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.06%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 97 (38.28% from 255) = 19.96%
R=45.06%
G=34.98%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191709700.220.560.1435.962.8961.96
HexDBAA6101638E243f3e
Octal3332521410267016447776
Binary110110111010101011000010101101110001110100100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA61; }

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

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

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

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

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

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

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

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