#DBB75E

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

Shades of Equator #DBB75E

Tints of Equator #DBB75E

Color information

#DBB75E (or 0xDBB75E) is unknown color: approx Equator. HEX triplet: DB, B7 and 5E. RGB value is (219,183,94). Sum of RGB (Red+Green+Blue) = 219+183+94=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB75E is #2448A1. Grayscale: #B8B8B8. Windows color (decimal): -2377890 or 6207451. OLE color: 6207451.

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

Color convert

RGB21918394-
CMYK00.160.570.14
HSL42.72º63.45%61.37%-
HSV(B)42.72º57.08%85.88%-
XYZ48.1749.7417.65-
YUV183.6277.43153.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.15%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 94 (37.11% from 255) = 18.95%
R=44.15%
G=36.90%
B=18.95%

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
Decimal2191839400.160.570.1442.7263.4561.37
HexDBB75E01039E2b3f3d
Octal3332671360207116537775
Binary110110111011011110111100100001110011110101011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB75E; }

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

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

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

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

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

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

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

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