Html Css Color HEX #DAA020 Galliano

📋 copy color: '#DAA020'

red 218 ◦ green 160 ◦ blue 32

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

Shades of Galliano #DAA020

Tints of Galliano #DAA020

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.02%

 BLUE value IS 32 (12.89% from 255) = 7.8%

R = 53.17%
G = 39.02%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAA020 (or 0xDAA020) is known color: Galliano. HEX triplet: DA, A0 and 20. RGB value is (218,160,32). Sum of RGB (Red+Green+Blue) = 218+160+32=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA020 is #255FDF. Grayscale: #A3A3A3. Windows color (decimal): -2449376 or 2138330. OLE color: 2138330.

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

Color convert

RGB 218 160 32 -
CMYK 0 0.27 0.85 0.15
HSL 41.29º 0.74% 0.49% -
HSV(B) 41.29º 0.85% 0.85% -
XYZ 41.74 40.15 6.92 -
YUV 162.75 54.22 167.41 -
System Red Green Blue C M Y K H S L
Decimal 218 160 32 0 0.27 0.85 0.15 41.29 0.74 0.49
Hex DA A0 20 0 1B 55 F 29 4A 31
Octal 332 240 40 0 33 125 17 51 112 61
Binary 11011010 10100000 100000 0 11011 1010101 1111 101001 1001010 110001

Color Harmonies of #DAA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA020

Black with #DAA020

Text Example


Text Example

White with #DAA020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA020; }

 p { color: rgb(218,160,32); }

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

background-color css

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

 a { background-color: rgb(218,160,32); }

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

border-color css

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

 span { border-color: rgb(218,160,32); }

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