Html Css Color HEX #DAA118 Galliano

📋 copy color: '#DAA118'

red 218 ◦ green 161 ◦ blue 24

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

Shades of Galliano #DAA118

Tints of Galliano #DAA118

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.95%

 BLUE value IS 24 (9.77% from 255) = 5.96%

R = 54.09%
G = 39.95%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAA118 (or 0xDAA118) is known color: Galliano. HEX triplet: DA, A1 and 18. RGB value is (218,161,24). Sum of RGB (Red+Green+Blue) = 218+161+24=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA118 is #255EE7. Grayscale: #A3A3A3. Windows color (decimal): -2449128 or 1614298. OLE color: 1614298.

HSL color Cylindrical-coordinate representation of color #DAA118: hue angle of 42.37º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAA118 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 161 24 -
CMYK 0 0.26 0.89 0.15
HSL 42.37º 0.8% 0.47% -
HSV(B) 42.37º 0.89% 0.85% -
XYZ 41.82 40.46 6.47 -
YUV 162.43 49.88 167.64 -
System Red Green Blue C M Y K H S L
Decimal 218 161 24 0 0.26 0.89 0.15 42.37 0.8 0.47
Hex DA A1 18 0 1A 59 F 2A 50 2F
Octal 332 241 30 0 32 131 17 52 120 57
Binary 11011010 10100001 11000 0 11010 1011001 1111 101010 1010000 101111

Color Harmonies of #DAA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA118

Black with #DAA118

Text Example


Text Example

White with #DAA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA118; }

 p { color: rgb(218,161,24); }

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

background-color css

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

 a { background-color: rgb(218,161,24); }

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

border-color css

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

 span { border-color: rgb(218,161,24); }

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