Html Css Color HEX #DAAC18 Galliano

📋 copy color: '#DAAC18'

red 218 ◦ green 172 ◦ blue 24

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

Shades of Galliano #DAAC18

Tints of Galliano #DAAC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.8%

R = 52.66%
G = 41.55%
B = 5.8%

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

#DAAC18 (or 0xDAAC18) is known color: Galliano. HEX triplet: DA, AC and 18. RGB value is (218,172,24). Sum of RGB (Red+Green+Blue) = 218+172+24=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC18 is #2553E7. Grayscale: #A9A9A9. Windows color (decimal): -2446312 or 1617114. OLE color: 1617114.

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

Color convert

RGB 218 172 24 -
CMYK 0 0.21 0.89 0.15
HSL 45.77º 0.8% 0.47% -
HSV(B) 45.77º 0.89% 0.85% -
XYZ 43.83 44.48 7.14 -
YUV 168.88 46.24 163.03 -
System Red Green Blue C M Y K H S L
Decimal 218 172 24 0 0.21 0.89 0.15 45.77 0.8 0.47
Hex DA AC 18 0 15 59 F 2E 50 2F
Octal 332 254 30 0 25 131 17 56 120 57
Binary 11011010 10101100 11000 0 10101 1011001 1111 101110 1010000 101111

Color Harmonies of #DAAC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC18

Black with #DAAC18

Text Example


Text Example

White with #DAAC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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