#DAB35D

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

Shades of Equator #DAB35D

Tints of Equator #DAB35D

Color information

#DAB35D (or 0xDAB35D) is unknown color: approx Equator. HEX triplet: DA, B3 and 5D. RGB value is (218,179,93). Sum of RGB (Red+Green+Blue) = 218+179+93=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB35D is #254CA2. Grayscale: #B5B5B5. Windows color (decimal): -2444451 or 6140890. OLE color: 6140890.

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

Color convert

RGB21817993-
CMYK00.180.570.15
HSL41.28º62.81%60.98%-
HSV(B)41.28º57.34%85.49%-
XYZ47.0147.9417.13-
YUV180.8678.42154.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.49%
GREEN value IS 179 (70.31% from 255) = 36.53%
BLUE value IS 93 (36.72% from 255) = 18.98%
R=44.49%
G=36.53%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181799300.180.570.1541.2862.8160.98
HexDAB35D01239F293f3d
Octal3322631350227117517775
Binary110110101011001110111010100101110011111101001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB35D; }

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

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

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

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

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

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

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

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