Html Css Color HEX #DAAA1E Galliano

📋 copy color: '#DAAA1E'

red 218 ◦ green 170 ◦ blue 30

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

Shades of Galliano #DAAA1E

Tints of Galliano #DAAA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.18%

R = 52.15%
G = 40.67%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAAA1E (or 0xDAAA1E) is known color: Galliano. HEX triplet: DA, AA and 1E. RGB value is (218,170,30). Sum of RGB (Red+Green+Blue) = 218+170+30=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA1E is #2555E1. Grayscale: #A9A9A9. Windows color (decimal): -2446818 or 2009818. OLE color: 2009818.

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

Color convert

RGB 218 170 30 -
CMYK 0 0.22 0.86 0.15
HSL 44.68º 0.76% 0.49% -
HSV(B) 44.68º 0.86% 0.85% -
XYZ 43.52 43.75 7.38 -
YUV 168.39 49.9 163.38 -
System Red Green Blue C M Y K H S L
Decimal 218 170 30 0 0.22 0.86 0.15 44.68 0.76 0.49
Hex DA AA 1E 0 16 56 F 2D 4C 31
Octal 332 252 36 0 26 126 17 55 114 61
Binary 11011010 10101010 11110 0 10110 1010110 1111 101101 1001100 110001

Color Harmonies of #DAAA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA1E

Black with #DAAA1E

Text Example


Text Example

White with #DAAA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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