Html Css Color HEX #DAA018 Galliano

📋 copy color: '#DAA018'

red 218 ◦ green 160 ◦ blue 24

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

Shades of Galliano #DAA018

Tints of Galliano #DAA018

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.8%

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

R = 54.23%
G = 39.8%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAA018 (or 0xDAA018) is known color: Galliano. HEX triplet: DA, A0 and 18. RGB value is (218,160,24). Sum of RGB (Red+Green+Blue) = 218+160+24=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA018 is #255FE7. Grayscale: #A2A2A2. Windows color (decimal): -2449384 or 1614042. OLE color: 1614042.

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

Color convert

RGB 218 160 24 -
CMYK 0 0.27 0.89 0.15
HSL 42.06º 0.8% 0.47% -
HSV(B) 42.06º 0.89% 0.85% -
XYZ 41.65 40.11 6.41 -
YUV 161.84 50.22 168.06 -
System Red Green Blue C M Y K H S L
Decimal 218 160 24 0 0.27 0.89 0.15 42.06 0.8 0.47
Hex DA A0 18 0 1B 59 F 2A 50 2F
Octal 332 240 30 0 33 131 17 52 120 57
Binary 11011010 10100000 11000 0 11011 1011001 1111 101010 1010000 101111

Color Harmonies of #DAA018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA018

Black with #DAA018

Text Example


Text Example

White with #DAA018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA018; }

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

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

background-color css

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

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

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

border-color css

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

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

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