Html Css Color HEX #DAA816 Galliano

📋 copy color: '#DAA816'

red 218 ◦ green 168 ◦ blue 22

#DAA816
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #DAA816

Tints of Galliano #DAA816

RGB

 RED value IS 218 (85.55% from 255) = 53.43%

 GREEN value IS 168 (66.02% from 255) = 41.18%

 BLUE value IS 22 (8.98% from 255) = 5.39%

R = 53.43%
G = 41.18%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAA816 (or 0xDAA816) is known color: Galliano. HEX triplet: DA, A8 and 16. RGB value is (218,168,22). Sum of RGB (Red+Green+Blue) = 218+168+22=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA816 is #2557E9. Grayscale: #A6A6A6. Windows color (decimal): -2447338 or 1485018. OLE color: 1485018.

HSL color Cylindrical-coordinate representation of color #DAA816: hue angle of 44.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAA816 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 168 22 -
CMYK 0 0.23 0.90 0.15
HSL 44.69º 0.82% 0.47% -
HSV(B) 44.69º 0.9% 0.85% -
XYZ 43.06 42.97 6.78 -
YUV 166.31 46.57 164.87 -
System Red Green Blue C M Y K H S L
Decimal 218 168 22 0 0.23 0.90 0.15 44.69 0.82 0.47
Hex DA A8 16 0 17 5A F 2D 52 2F
Octal 332 250 26 0 27 132 17 55 122 57
Binary 11011010 10101000 10110 0 10111 1011010 1111 101101 1010010 101111

Color Harmonies of #DAA816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA816

Black with #DAA816

Text Example


Text Example

White with #DAA816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA816; }

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

 H1.HeaderClassName
 {
   color: #DAA816;
 }
 .AnyTagClassName
 {
   color: #DAA816;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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