#DAB463

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

Shades of Equator #DAB463

Tints of Equator #DAB463

Color information

#DAB463 (or 0xDAB463) is unknown color: approx Equator. HEX triplet: DA, B4 and 63. RGB value is (218,180,99). Sum of RGB (Red+Green+Blue) = 218+180+99=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB463 is #254B9C. Grayscale: #B6B6B6. Windows color (decimal): -2444189 or 6534362. OLE color: 6534362.

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

Color convert

RGB21818099-
CMYK00.170.550.15
HSL40.84º61.66%62.16%-
HSV(B)40.84º54.59%85.49%-
XYZ47.4948.4518.65-
YUV182.1381.09153.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.86%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 99 (39.06% from 255) = 19.92%
R=43.86%
G=36.22%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181809900.170.550.1540.8461.6662.16
HexDAB46301137F293e3e
Octal3322641430216717517676
Binary110110101011010011000110100011101111111101001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB463; }

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

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

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

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

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

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

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

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