Html Css Color HEX #DAA416 Galliano

📋 copy color: '#DAA416'

red 218 ◦ green 164 ◦ blue 22

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

Shades of Galliano #DAA416

Tints of Galliano #DAA416

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.59%

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

R = 53.96%
G = 40.59%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAA416 (or 0xDAA416) is known color: Galliano. HEX triplet: DA, A4 and 16. RGB value is (218,164,22). Sum of RGB (Red+Green+Blue) = 218+164+22=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA416 is #255BE9. Grayscale: #A4A4A4. Windows color (decimal): -2448362 or 1483994. OLE color: 1483994.

HSL color Cylindrical-coordinate representation of color #DAA416: hue angle of 43.47º 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 #DAA416 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 164 22 -
CMYK 0 0.25 0.90 0.15
HSL 43.47º 0.82% 0.47% -
HSV(B) 43.47º 0.9% 0.85% -
XYZ 42.33 41.51 6.54 -
YUV 163.96 47.89 166.55 -
System Red Green Blue C M Y K H S L
Decimal 218 164 22 0 0.25 0.90 0.15 43.47 0.82 0.47
Hex DA A4 16 0 19 5A F 2B 52 2F
Octal 332 244 26 0 31 132 17 53 122 57
Binary 11011010 10100100 10110 0 11001 1011010 1111 101011 1010010 101111

Color Harmonies of #DAA416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA416

Black with #DAA416

Text Example


Text Example

White with #DAA416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA416; }

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

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

background-color css

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

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

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

border-color css

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

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

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