Html Css Color HEX #DAAC19 Galliano

📋 copy color: '#DAAC19'

red 218 ◦ green 172 ◦ blue 25

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

Shades of Galliano #DAAC19

Tints of Galliano #DAAC19

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.45%

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

R = 52.53%
G = 41.45%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAAC19 (or 0xDAAC19) is known color: Galliano. HEX triplet: DA, AC and 19. RGB value is (218,172,25). Sum of RGB (Red+Green+Blue) = 218+172+25=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC19 is #2553E6. Grayscale: #A9A9A9. Windows color (decimal): -2446311 or 1682650. OLE color: 1682650.

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

Color convert

RGB 218 172 25 -
CMYK 0 0.21 0.89 0.15
HSL 45.7º 0.79% 0.48% -
HSV(B) 45.7º 0.89% 0.85% -
XYZ 43.84 44.48 7.19 -
YUV 169 46.74 162.95 -
System Red Green Blue C M Y K H S L
Decimal 218 172 25 0 0.21 0.89 0.15 45.7 0.79 0.48
Hex DA AC 19 0 15 59 F 2E 4F 30
Octal 332 254 31 0 25 131 17 56 117 60
Binary 11011010 10101100 11001 0 10101 1011001 1111 101110 1001111 110000

Color Harmonies of #DAAC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC19

Black with #DAAC19

Text Example


Text Example

White with #DAAC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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