Html Css Color HEX #DAB119 Galliano

📋 copy color: '#DAB119'

red 218 ◦ green 177 ◦ blue 25

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

Shades of Galliano #DAB119

Tints of Galliano #DAB119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.95%

R = 51.9%
G = 42.14%
B = 5.95%

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

#DAB119 (or 0xDAB119) is known color: Galliano. HEX triplet: DA, B1 and 19. RGB value is (218,177,25). Sum of RGB (Red+Green+Blue) = 218+177+25=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB119 is #254EE6. Grayscale: #ACACAC. Windows color (decimal): -2445031 or 1683930. OLE color: 1683930.

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

Color convert

RGB 218 177 25 -
CMYK 0 0.19 0.89 0.15
HSL 47.25º 0.79% 0.48% -
HSV(B) 47.25º 0.89% 0.85% -
XYZ 44.81 46.42 7.52 -
YUV 171.93 45.08 160.86 -
System Red Green Blue C M Y K H S L
Decimal 218 177 25 0 0.19 0.89 0.15 47.25 0.79 0.48
Hex DA B1 19 0 13 59 F 2F 4F 30
Octal 332 261 31 0 23 131 17 57 117 60
Binary 11011010 10110001 11001 0 10011 1011001 1111 101111 1001111 110000

Color Harmonies of #DAB119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB119

Black with #DAB119

Text Example


Text Example

White with #DAB119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB119; }

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

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

background-color css

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

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

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

border-color css

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

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

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