Html Css Color HEX #DAB118 Galliano

📋 copy color: '#DAB118'

red 218 ◦ green 177 ◦ blue 24

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

Shades of Galliano #DAB118

Tints of Galliano #DAB118

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

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

R = 52.03%
G = 42.24%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAB118 (or 0xDAB118) is known color: Galliano. HEX triplet: DA, B1 and 18. RGB value is (218,177,24). Sum of RGB (Red+Green+Blue) = 218+177+24=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 24 (9.77% from 255 or 5.73% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB118 is #254EE7. Grayscale: #ACACAC. Windows color (decimal): -2445032 or 1618394. OLE color: 1618394.

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

Color convert

RGB 218 177 24 -
CMYK 0 0.19 0.89 0.15
HSL 47.32º 0.8% 0.47% -
HSV(B) 47.32º 0.89% 0.85% -
XYZ 44.8 46.42 7.46 -
YUV 171.82 44.58 160.94 -
System Red Green Blue C M Y K H S L
Decimal 218 177 24 0 0.19 0.89 0.15 47.32 0.8 0.47
Hex DA B1 18 0 13 59 F 2F 50 2F
Octal 332 261 30 0 23 131 17 57 120 57
Binary 11011010 10110001 11000 0 10011 1011001 1111 101111 1010000 101111

Color Harmonies of #DAB118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB118

Black with #DAB118

Text Example


Text Example

White with #DAB118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB118; }

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

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

background-color css

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

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

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

border-color css

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

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

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