Html Css Color HEX #DAAA19 Galliano

📋 copy color: '#DAAA19'

red 218 ◦ green 170 ◦ blue 25

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

Shades of Galliano #DAAA19

Tints of Galliano #DAAA19

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.16%

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

R = 52.78%
G = 41.16%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAAA19 (or 0xDAAA19) is known color: Galliano. HEX triplet: DA, AA and 19. RGB value is (218,170,25). Sum of RGB (Red+Green+Blue) = 218+170+25=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA19 is #2555E6. Grayscale: #A8A8A8. Windows color (decimal): -2446823 or 1682138. OLE color: 1682138.

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

Color convert

RGB 218 170 25 -
CMYK 0 0.22 0.89 0.15
HSL 45.08º 0.79% 0.48% -
HSV(B) 45.08º 0.89% 0.85% -
XYZ 43.46 43.73 7.07 -
YUV 167.82 47.4 163.79 -
System Red Green Blue C M Y K H S L
Decimal 218 170 25 0 0.22 0.89 0.15 45.08 0.79 0.48
Hex DA AA 19 0 16 59 F 2D 4F 30
Octal 332 252 31 0 26 131 17 55 117 60
Binary 11011010 10101010 11001 0 10110 1011001 1111 101101 1001111 110000

Color Harmonies of #DAAA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA19

Black with #DAAA19

Text Example


Text Example

White with #DAAA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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