#DAB75F

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

Shades of Equator #DAB75F

Tints of Equator #DAB75F

Color information

#DAB75F (or 0xDAB75F) is unknown color: approx Equator. HEX triplet: DA, B7 and 5F. RGB value is (218,183,95). Sum of RGB (Red+Green+Blue) = 218+183+95=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB75F is #2548A0. Grayscale: #B7B7B7. Windows color (decimal): -2443425 or 6272986. OLE color: 6272986.

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

Color convert

RGB21818395-
CMYK00.160.560.15
HSL42.93º62.44%61.37%-
HSV(B)42.93º56.42%85.49%-
XYZ47.9149.617.87-
YUV183.4378.1152.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.95%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 95 (37.5% from 255) = 19.15%
R=43.95%
G=36.90%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181839500.160.560.1542.9362.4461.37
HexDAB75F01038F2b3e3d
Octal3322671370207017537675
Binary110110101011011110111110100001110001111101011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB75F; }

 p { color: rgb(218,183,95); }

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

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

 a { background-color: rgb(218,183,95); }

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

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

 span { border-color: rgb(218,183,95); }

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