#DAB366

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

Shades of Equator #DAB366

Tints of Equator #DAB366

Color information

#DAB366 (or 0xDAB366) is unknown color: approx Equator. HEX triplet: DA, B3 and 66. RGB value is (218,179,102). Sum of RGB (Red+Green+Blue) = 218+179+102=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB366 is #254C99. Grayscale: #B6B6B6. Windows color (decimal): -2444442 or 6730714. OLE color: 6730714.

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

Color convert

RGB218179102-
CMYK00.180.530.15
HSL39.83º61.05%62.75%-
HSV(B)39.83º53.21%85.49%-
XYZ47.4348.119.36-
YUV181.8882.92153.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 102 (40.23% from 255) = 20.44%
R=43.69%
G=35.87%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817910200.180.530.1539.8361.0562.75
HexDAB36601235F283d3f
Octal3322631460226517507577
Binary110110101011001111001100100101101011111101000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB366; }

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

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

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

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

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

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

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

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