#DBB85E

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

Shades of Equator #DBB85E

Tints of Equator #DBB85E

Color information

#DBB85E (or 0xDBB85E) is unknown color: approx Equator. HEX triplet: DB, B8 and 5E. RGB value is (219,184,94). Sum of RGB (Red+Green+Blue) = 219+184+94=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB85E is #2447A1. Grayscale: #B8B8B8. Windows color (decimal): -2377634 or 6207707. OLE color: 6207707.

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

Color convert

RGB21918494-
CMYK00.160.570.14
HSL43.2º63.45%61.37%-
HSV(B)43.2º57.08%85.88%-
XYZ48.3750.1517.72-
YUV184.277.1152.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.06%
GREEN value IS 184 (72.27% from 255) = 37.02%
BLUE value IS 94 (37.11% from 255) = 18.91%
R=44.06%
G=37.02%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191849400.160.570.1443.263.4561.37
HexDBB85E01039E2b3f3d
Octal3332701360207116537775
Binary110110111011100010111100100001110011110101011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB85E; }

 p { color: rgb(219,184,94); }

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

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

 a { background-color: rgb(219,184,94); }

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

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

 span { border-color: rgb(219,184,94); }

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