Html Css Color HEX #DAAC17 Galliano

📋 copy color: '#DAAC17'

red 218 ◦ green 172 ◦ blue 23

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

Shades of Galliano #DAAC17

Tints of Galliano #DAAC17

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.65%

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

R = 52.78%
G = 41.65%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAAC17 (or 0xDAAC17) is known color: Galliano. HEX triplet: DA, AC and 17. RGB value is (218,172,23). Sum of RGB (Red+Green+Blue) = 218+172+23=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 23 (9.38% from 255 or 5.57% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC17 is #2553E8. Grayscale: #A9A9A9. Windows color (decimal): -2446313 or 1551578. OLE color: 1551578.

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

Color convert

RGB 218 172 23 -
CMYK 0 0.21 0.89 0.15
HSL 45.85º 0.81% 0.47% -
HSV(B) 45.85º 0.89% 0.85% -
XYZ 43.82 44.47 7.09 -
YUV 168.77 45.74 163.12 -
System Red Green Blue C M Y K H S L
Decimal 218 172 23 0 0.21 0.89 0.15 45.85 0.81 0.47
Hex DA AC 17 0 15 59 F 2E 51 2F
Octal 332 254 27 0 25 131 17 56 121 57
Binary 11011010 10101100 10111 0 10101 1011001 1111 101110 1010001 101111

Color Harmonies of #DAAC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC17

Black with #DAAC17

Text Example


Text Example

White with #DAAC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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