#DAA82B

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

Shades of Galliano #DAA82B

Tints of Galliano #DAA82B

Color information

#DAA82B (or 0xDAA82B) is unknown color: approx Galliano. HEX triplet: DA, A8 and 2B. RGB value is (218,168,43). Sum of RGB (Red+Green+Blue) = 218+168+43=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA82B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA82B is #2557D4. Grayscale: #A9A9A9. Windows color (decimal): -2447317 or 2861274. OLE color: 2861274.

HSL color Cylindrical-coordinate representation of color #DAA82B: hue angle of 42.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAA82B is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB21816843-
CMYK00.230.800.15
HSL42.86º70.28%51.18%-
HSV(B)42.86º80.28%85.49%-
XYZ43.3543.098.32-
YUV168.757.06163.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.82%
GREEN value IS 168 (66.02% from 255) = 39.16%
BLUE value IS 43 (17.19% from 255) = 10.02%
R=50.82%
G=39.16%
B=10.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181684300.230.800.1542.8670.2851.18
HexDAA82B01750F2b4633
Octal33225053027120175310663
Binary1101101010101000101011010111101000011111010111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA82B; }

 p { color: rgb(218,168,43); }

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

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

 a { background-color: rgb(218,168,43); }

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

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

 span { border-color: rgb(218,168,43); }

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