Html Css Color HEX #DAA319 Galliano

📋 copy color: '#DAA319'

red 218 ◦ green 163 ◦ blue 25

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

Shades of Galliano #DAA319

Tints of Galliano #DAA319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.15%

 BLUE value IS 25 (10.16% from 255) = 6.16%

R = 53.69%
G = 40.15%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAA319 (or 0xDAA319) is known color: Galliano. HEX triplet: DA, A3 and 19. RGB value is (218,163,25). Sum of RGB (Red+Green+Blue) = 218+163+25=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA319 is #255CE6. Grayscale: #A4A4A4. Windows color (decimal): -2448615 or 1680346. OLE color: 1680346.

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

Color convert

RGB 218 163 25 -
CMYK 0 0.25 0.89 0.15
HSL 42.9º 0.79% 0.48% -
HSV(B) 42.9º 0.89% 0.85% -
XYZ 42.19 41.17 6.64 -
YUV 163.71 49.72 166.72 -
System Red Green Blue C M Y K H S L
Decimal 218 163 25 0 0.25 0.89 0.15 42.9 0.79 0.48
Hex DA A3 19 0 19 59 F 2B 4F 30
Octal 332 243 31 0 31 131 17 53 117 60
Binary 11011010 10100011 11001 0 11001 1011001 1111 101011 1001111 110000

Color Harmonies of #DAA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA319

Black with #DAA319

Text Example


Text Example

White with #DAA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA319; }

 p { color: rgb(218,163,25); }

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

background-color css

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

 a { background-color: rgb(218,163,25); }

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

border-color css

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

 span { border-color: rgb(218,163,25); }

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