Html Css Color HEX #DAA017 Galliano

📋 copy color: '#DAA017'

red 218 ◦ green 160 ◦ blue 23

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

Shades of Galliano #DAA017

Tints of Galliano #DAA017

RGB

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

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

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

R = 54.36%
G = 39.9%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAA017 (or 0xDAA017) is known color: Galliano. HEX triplet: DA, A0 and 17. RGB value is (218,160,23). Sum of RGB (Red+Green+Blue) = 218+160+23=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 23 (9.38% from 255 or 5.74% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA017 is #255FE8. Grayscale: #A2A2A2. Windows color (decimal): -2449385 or 1548506. OLE color: 1548506.

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

Color convert

RGB 218 160 23 -
CMYK 0 0.27 0.89 0.15
HSL 42.15º 0.81% 0.47% -
HSV(B) 42.15º 0.89% 0.85% -
XYZ 41.64 40.11 6.36 -
YUV 161.72 49.72 168.14 -
System Red Green Blue C M Y K H S L
Decimal 218 160 23 0 0.27 0.89 0.15 42.15 0.81 0.47
Hex DA A0 17 0 1B 59 F 2A 51 2F
Octal 332 240 27 0 33 131 17 52 121 57
Binary 11011010 10100000 10111 0 11011 1011001 1111 101010 1010001 101111

Color Harmonies of #DAA017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA017

Black with #DAA017

Text Example


Text Example

White with #DAA017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA017; }

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

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

background-color css

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

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

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

border-color css

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

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

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