Html Css Color HEX #DAA11E Galliano

📋 copy color: '#DAA11E'

red 218 ◦ green 161 ◦ blue 30

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

Shades of Galliano #DAA11E

Tints of Galliano #DAA11E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.36%

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

R = 53.3%
G = 39.36%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAA11E (or 0xDAA11E) is known color: Galliano. HEX triplet: DA, A1 and 1E. RGB value is (218,161,30). Sum of RGB (Red+Green+Blue) = 218+161+30=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA11E is #255EE1. Grayscale: #A3A3A3. Windows color (decimal): -2449122 or 2007514. OLE color: 2007514.

HSL color Cylindrical-coordinate representation of color #DAA11E: hue angle of 41.81º 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 #DAA11E is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 161 30 -
CMYK 0 0.26 0.86 0.15
HSL 41.81º 0.76% 0.49% -
HSV(B) 41.81º 0.86% 0.85% -
XYZ 41.89 40.49 6.84 -
YUV 163.11 52.88 167.15 -
System Red Green Blue C M Y K H S L
Decimal 218 161 30 0 0.26 0.86 0.15 41.81 0.76 0.49
Hex DA A1 1E 0 1A 56 F 2A 4C 31
Octal 332 241 36 0 32 126 17 52 114 61
Binary 11011010 10100001 11110 0 11010 1010110 1111 101010 1001100 110001

Color Harmonies of #DAA11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA11E

Black with #DAA11E

Text Example


Text Example

White with #DAA11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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