Html Css Color HEX #DAAA14 Galliano

📋 copy color: '#DAAA14'

red 218 ◦ green 170 ◦ blue 20

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

Shades of Galliano #DAAA14

Tints of Galliano #DAAA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.9%

R = 53.43%
G = 41.67%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAAA14 (or 0xDAAA14) is known color: Galliano. HEX triplet: DA, AA and 14. RGB value is (218,170,20). Sum of RGB (Red+Green+Blue) = 218+170+20=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA14 is #2555EB. Grayscale: #A7A7A7. Windows color (decimal): -2446828 or 1354458. OLE color: 1354458.

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

Color convert

RGB 218 170 20 -
CMYK 0 0.22 0.91 0.15
HSL 45.45º 0.83% 0.47% -
HSV(B) 45.45º 0.91% 0.85% -
XYZ 43.41 43.71 6.81 -
YUV 167.25 44.9 164.2 -
System Red Green Blue C M Y K H S L
Decimal 218 170 20 0 0.22 0.91 0.15 45.45 0.83 0.47
Hex DA AA 14 0 16 5B F 2D 53 2F
Octal 332 252 24 0 26 133 17 55 123 57
Binary 11011010 10101010 10100 0 10110 1011011 1111 101101 1010011 101111

Color Harmonies of #DAAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA14

Black with #DAAA14

Text Example


Text Example

White with #DAAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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