#DAB85D

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

Shades of Equator #DAB85D

Tints of Equator #DAB85D

Color information

#DAB85D (or 0xDAB85D) is unknown color: approx Equator. HEX triplet: DA, B8 and 5D. RGB value is (218,184,93). Sum of RGB (Red+Green+Blue) = 218+184+93=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB85D is #2547A2. Grayscale: #B8B8B8. Windows color (decimal): -2443171 or 6142170. OLE color: 6142170.

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

Color convert

RGB21818493-
CMYK00.160.570.15
HSL43.68º62.81%60.98%-
HSV(B)43.68º57.34%85.49%-
XYZ48.0349.9817.47-
YUV183.7976.76152.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.04%
GREEN value IS 184 (72.27% from 255) = 37.17%
BLUE value IS 93 (36.72% from 255) = 18.79%
R=44.04%
G=37.17%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181849300.160.570.1543.6862.8160.98
HexDAB85D01039F2c3f3d
Octal3322701350207117547775
Binary110110101011100010111010100001110011111101100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB85D; }

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

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

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

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

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

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

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

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