Html Css Color HEX #DAA117 Galliano

📋 copy color: '#DAA117'

red 218 ◦ green 161 ◦ blue 23

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

Shades of Galliano #DAA117

Tints of Galliano #DAA117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.72%

R = 54.23%
G = 40.05%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAA117 (or 0xDAA117) is known color: Galliano. HEX triplet: DA, A1 and 17. RGB value is (218,161,23). Sum of RGB (Red+Green+Blue) = 218+161+23=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 23 (9.38% from 255 or 5.72% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA117 is #255EE8. Grayscale: #A2A2A2. Windows color (decimal): -2449129 or 1548762. OLE color: 1548762.

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

Color convert

RGB 218 161 23 -
CMYK 0 0.26 0.89 0.15
HSL 42.46º 0.81% 0.47% -
HSV(B) 42.46º 0.89% 0.85% -
XYZ 41.81 40.46 6.42 -
YUV 162.31 49.38 167.72 -
System Red Green Blue C M Y K H S L
Decimal 218 161 23 0 0.26 0.89 0.15 42.46 0.81 0.47
Hex DA A1 17 0 1A 59 F 2A 51 2F
Octal 332 241 27 0 32 131 17 52 121 57
Binary 11011010 10100001 10111 0 11010 1011001 1111 101010 1010001 101111

Color Harmonies of #DAA117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA117

Black with #DAA117

Text Example


Text Example

White with #DAA117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA117; }

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

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

background-color css

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

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

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

border-color css

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

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

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