Html Css Color HEX #DAA618 Galliano

📋 copy color: '#DAA618'

red 218 ◦ green 166 ◦ blue 24

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

Shades of Galliano #DAA618

Tints of Galliano #DAA618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.69%

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

R = 53.43%
G = 40.69%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAA618 (or 0xDAA618) is known color: Galliano. HEX triplet: DA, A6 and 18. RGB value is (218,166,24). Sum of RGB (Red+Green+Blue) = 218+166+24=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA618 is #2559E7. Grayscale: #A5A5A5. Windows color (decimal): -2447848 or 1615578. OLE color: 1615578.

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

Color convert

RGB 218 166 24 -
CMYK 0 0.24 0.89 0.15
HSL 43.92º 0.8% 0.47% -
HSV(B) 43.92º 0.89% 0.85% -
XYZ 42.71 42.24 6.77 -
YUV 165.36 48.23 165.55 -
System Red Green Blue C M Y K H S L
Decimal 218 166 24 0 0.24 0.89 0.15 43.92 0.8 0.47
Hex DA A6 18 0 18 59 F 2C 50 2F
Octal 332 246 30 0 30 131 17 54 120 57
Binary 11011010 10100110 11000 0 11000 1011001 1111 101100 1010000 101111

Color Harmonies of #DAA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA618

Black with #DAA618

Text Example


Text Example

White with #DAA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA618; }

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

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

background-color css

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

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

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

border-color css

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

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

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