Html Css Color HEX #DAAA17 Galliano

📋 copy color: '#DAAA17'

red 218 ◦ green 170 ◦ blue 23

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

Shades of Galliano #DAAA17

Tints of Galliano #DAAA17

RGB

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

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

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

R = 53.04%
G = 41.36%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAAA17 (or 0xDAAA17) is known color: Galliano. HEX triplet: DA, AA and 17. RGB value is (218,170,23). Sum of RGB (Red+Green+Blue) = 218+170+23=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA17 is #2555E8. Grayscale: #A8A8A8. Windows color (decimal): -2446825 or 1551066. OLE color: 1551066.

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

Color convert

RGB 218 170 23 -
CMYK 0 0.22 0.89 0.15
HSL 45.23º 0.81% 0.47% -
HSV(B) 45.23º 0.89% 0.85% -
XYZ 43.44 43.72 6.96 -
YUV 167.59 46.4 163.95 -
System Red Green Blue C M Y K H S L
Decimal 218 170 23 0 0.22 0.89 0.15 45.23 0.81 0.47
Hex DA AA 17 0 16 59 F 2D 51 2F
Octal 332 252 27 0 26 131 17 55 121 57
Binary 11011010 10101010 10111 0 10110 1011001 1111 101101 1010001 101111

Color Harmonies of #DAAA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA17

Black with #DAAA17

Text Example


Text Example

White with #DAAA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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