#DAB364

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

Shades of Equator #DAB364

Tints of Equator #DAB364

Color information

#DAB364 (or 0xDAB364) is unknown color: approx Equator. HEX triplet: DA, B3 and 64. RGB value is (218,179,100). Sum of RGB (Red+Green+Blue) = 218+179+100=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB364 is #254C9B. Grayscale: #B6B6B6. Windows color (decimal): -2444444 or 6599642. OLE color: 6599642.

HSL color Cylindrical-coordinate representation of color #DAB364: hue angle of 40.17º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAB364 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB218179100-
CMYK00.180.540.15
HSL40.17º61.46%62.35%-
HSV(B)40.17º54.13%85.49%-
XYZ47.3348.0718.84-
YUV181.6681.92153.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.86%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 100 (39.45% from 255) = 20.12%
R=43.86%
G=36.02%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817910000.180.540.1540.1761.4662.35
HexDAB36401236F283d3e
Octal3322631440226617507576
Binary110110101011001111001000100101101101111101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB364; }

 p { color: rgb(218,179,100); }

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

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

 a { background-color: rgb(218,179,100); }

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

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

 span { border-color: rgb(218,179,100); }

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