Html Css Color HEX #DCAB18 Galliano

📋 copy color: '#DCAB18'

red 220 ◦ green 171 ◦ blue 24

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

Shades of Galliano #DCAB18

Tints of Galliano #DCAB18

RGB

 RED value IS 220 (86.33% from 255) = 53.01%

 GREEN value IS 171 (67.19% from 255) = 41.2%

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

R = 53.01%
G = 41.2%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCAB18 (or 0xDCAB18) is known color: Galliano. HEX triplet: DC, AB and 18. RGB value is (220,171,24). Sum of RGB (Red+Green+Blue) = 220+171+24=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB18 is #2354E7. Grayscale: #A9A9A9. Windows color (decimal): -2315496 or 1616860. OLE color: 1616860.

HSL color Cylindrical-coordinate representation of color #DCAB18: hue angle of 45º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCAB18 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 24 -
CMYK 0 0.22 0.89 0.14
HSL 45º 0.8% 0.48% -
HSV(B) 45º 0.89% 0.86% -
XYZ 44.24 44.41 7.1 -
YUV 168.89 46.23 164.45 -
System Red Green Blue C M Y K H S L
Decimal 220 171 24 0 0.22 0.89 0.14 45 0.8 0.48
Hex DC AB 18 0 16 59 E 2D 50 30
Octal 334 253 30 0 26 131 16 55 120 60
Binary 11011100 10101011 11000 0 10110 1011001 1110 101101 1010000 110000

Color Harmonies of #DCAB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB18

Black with #DCAB18

Text Example


Text Example

White with #DCAB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB18; }

 p { color: rgb(220,171,24); }

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

background-color css

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

 a { background-color: rgb(220,171,24); }

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

border-color css

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

 span { border-color: rgb(220,171,24); }

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