#DBBA66

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

Shades of Equator #DBBA66

Tints of Equator #DBBA66

Color information

#DBBA66 (or 0xDBBA66) is unknown color: approx Equator. HEX triplet: DB, BA and 66. RGB value is (219,186,102). Sum of RGB (Red+Green+Blue) = 219+186+102=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA66 is #244599. Grayscale: #BABABA. Windows color (decimal): -2377114 or 6732507. OLE color: 6732507.

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

Color convert

RGB219186102-
CMYK00.150.530.14
HSL43.08º61.9%62.94%-
HSV(B)43.08º53.42%85.88%-
XYZ49.1751.1419.85-
YUV186.2980.43151.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.20%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 102 (40.23% from 255) = 20.12%
R=43.20%
G=36.69%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918610200.150.530.1443.0861.962.94
HexDBBA660F35E2b3e3f
Octal3332721460176516537677
Binary11011011101110101100110011111101011110101011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBA66; }

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

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

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

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

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

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

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

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