#DBAE61

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

Shades of Equator #DBAE61

Tints of Equator #DBAE61

Color information

#DBAE61 (or 0xDBAE61) is unknown color: approx Equator. HEX triplet: DB, AE and 61. RGB value is (219,174,97). Sum of RGB (Red+Green+Blue) = 219+174+97=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE61 is #24519E. Grayscale: #B3B3B3. Windows color (decimal): -2380191 or 6401755. OLE color: 6401755.

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

Color convert

RGB21917497-
CMYK00.210.560.14
HSL37.87º62.89%61.96%-
HSV(B)37.87º55.71%85.88%-
XYZ46.5146.217.77-
YUV178.6881.91156.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.69%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 97 (38.28% from 255) = 19.80%
R=44.69%
G=35.51%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191749700.210.560.1437.8762.8961.96
HexDBAE6101538E263f3e
Octal3332561410257016467776
Binary110110111010111011000010101011110001110100110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAE61; }

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

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

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

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

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

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

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

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