#DAB461

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

Shades of Equator #DAB461

Tints of Equator #DAB461

Color information

#DAB461 (or 0xDAB461) is unknown color: approx Equator. HEX triplet: DA, B4 and 61. RGB value is (218,180,97). Sum of RGB (Red+Green+Blue) = 218+180+97=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB461 is #254B9E. Grayscale: #B6B6B6. Windows color (decimal): -2444191 or 6403290. OLE color: 6403290.

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

Color convert

RGB21818097-
CMYK00.170.560.15
HSL41.16º62.05%61.76%-
HSV(B)41.16º55.5%85.49%-
XYZ47.3948.4118.16-
YUV181.980.09153.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.04%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 97 (38.28% from 255) = 19.60%
R=44.04%
G=36.36%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181809700.170.560.1541.1662.0561.76
HexDAB46101138F293e3e
Octal3322641410217017517676
Binary110110101011010011000010100011110001111101001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB461; }

 p { color: rgb(218,180,97); }

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

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

 a { background-color: rgb(218,180,97); }

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

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

 span { border-color: rgb(218,180,97); }

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