#DBAA66

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

Shades of Equator #DBAA66

Tints of Equator #DBAA66

Color information

#DBAA66 (or 0xDBAA66) is unknown color: approx Equator. HEX triplet: DB, AA and 66. RGB value is (219,170,102). Sum of RGB (Red+Green+Blue) = 219+170+102=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA66 is #245599. Grayscale: #B1B1B1. Windows color (decimal): -2381210 or 6728411. OLE color: 6728411.

HSL color Cylindrical-coordinate representation of color #DBAA66: hue angle of 34.87º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBAA66 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB219170102-
CMYK00.220.530.14
HSL34.87º61.9%62.94%-
HSV(B)34.87º53.42%85.88%-
XYZ45.9944.7718.79-
YUV176.985.73158.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.60%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 102 (40.23% from 255) = 20.77%
R=44.60%
G=34.62%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917010200.220.530.1434.8761.962.94
HexDBAA6601635E233e3f
Octal3332521460266516437677
Binary110110111010101011001100101101101011110100011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA66; }

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

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

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

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

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

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

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

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