#DBB366

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

Shades of Equator #DBB366

Tints of Equator #DBB366

Color information

#DBB366 (or 0xDBB366) is unknown color: approx Equator. HEX triplet: DB, B3 and 66. RGB value is (219,179,102). Sum of RGB (Red+Green+Blue) = 219+179+102=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB366 is #244C99. Grayscale: #B6B6B6. Windows color (decimal): -2378906 or 6730715. OLE color: 6730715.

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

Color convert

RGB219179102-
CMYK00.180.530.14
HSL39.49º61.9%62.94%-
HSV(B)39.49º53.42%85.88%-
XYZ47.7348.2619.37-
YUV182.1882.75154.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.8%
GREEN value IS 179 (70.31% from 255) = 35.8%
BLUE value IS 102 (40.23% from 255) = 20.4%
R=43.8%
G=35.8%
B=20.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917910200.180.530.1439.4961.962.94
HexDBB36601235E273e3f
Octal3332631460226516477677
Binary110110111011001111001100100101101011110100111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB366; }

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

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

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

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

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

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

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

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