Html Css Color HEX #DAAA1A Galliano

📋 copy color: '#DAAA1A'

red 218 ◦ green 170 ◦ blue 26

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

Shades of Galliano #DAAA1A

Tints of Galliano #DAAA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.28%

R = 52.66%
G = 41.06%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAAA1A (or 0xDAAA1A) is known color: Galliano. HEX triplet: DA, AA and 1A. RGB value is (218,170,26). Sum of RGB (Red+Green+Blue) = 218+170+26=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA1A is #2555E5. Grayscale: #A8A8A8. Windows color (decimal): -2446822 or 1747674. OLE color: 1747674.

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

Color convert

RGB 218 170 26 -
CMYK 0 0.22 0.88 0.15
HSL 45º 0.79% 0.48% -
HSV(B) 45º 0.88% 0.85% -
XYZ 43.47 43.73 7.13 -
YUV 167.94 47.9 163.71 -
System Red Green Blue C M Y K H S L
Decimal 218 170 26 0 0.22 0.88 0.15 45 0.79 0.48
Hex DA AA 1A 0 16 58 F 2D 4F 30
Octal 332 252 32 0 26 130 17 55 117 60
Binary 11011010 10101010 11010 0 10110 1011000 1111 101101 1001111 110000

Color Harmonies of #DAAA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA1A

Black with #DAAA1A

Text Example


Text Example

White with #DAAA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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