Html Css Color HEX #DAAA12 Galliano

📋 copy color: '#DAAA12'

red 218 ◦ green 170 ◦ blue 18

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

Shades of Galliano #DAAA12

Tints of Galliano #DAAA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.43%

R = 53.69%
G = 41.87%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAAA12 (or 0xDAAA12) is known color: Galliano. HEX triplet: DA, AA and 12. RGB value is (218,170,18). Sum of RGB (Red+Green+Blue) = 218+170+18=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA12 is #2555ED. Grayscale: #A7A7A7. Windows color (decimal): -2446830 or 1223386. OLE color: 1223386.

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

Color convert

RGB 218 170 18 -
CMYK 0 0.22 0.92 0.15
HSL 45.6º 0.85% 0.46% -
HSV(B) 45.6º 0.92% 0.85% -
XYZ 43.4 43.7 6.72 -
YUV 167.02 43.9 164.36 -
System Red Green Blue C M Y K H S L
Decimal 218 170 18 0 0.22 0.92 0.15 45.6 0.85 0.46
Hex DA AA 12 0 16 5C F 2E 55 2E
Octal 332 252 22 0 26 134 17 56 125 56
Binary 11011010 10101010 10010 0 10110 1011100 1111 101110 1010101 101110

Color Harmonies of #DAAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA12

Black with #DAAA12

Text Example


Text Example

White with #DAAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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