Html Css Color HEX #DCA918 Galliano

📋 copy color: '#DCA918'

red 220 ◦ green 169 ◦ blue 24

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

Shades of Galliano #DCA918

Tints of Galliano #DCA918

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.92%

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

R = 53.27%
G = 40.92%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCA918 (or 0xDCA918) is known color: Galliano. HEX triplet: DC, A9 and 18. RGB value is (220,169,24). Sum of RGB (Red+Green+Blue) = 220+169+24=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA918 is #2356E7. Grayscale: #A8A8A8. Windows color (decimal): -2316008 or 1616348. OLE color: 1616348.

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

Color convert

RGB 220 169 24 -
CMYK 0 0.23 0.89 0.14
HSL 44.39º 0.8% 0.48% -
HSV(B) 44.39º 0.89% 0.86% -
XYZ 43.87 43.66 6.98 -
YUV 167.72 46.9 165.29 -
System Red Green Blue C M Y K H S L
Decimal 220 169 24 0 0.23 0.89 0.14 44.39 0.8 0.48
Hex DC A9 18 0 17 59 E 2C 50 30
Octal 334 251 30 0 27 131 16 54 120 60
Binary 11011100 10101001 11000 0 10111 1011001 1110 101100 1010000 110000

Color Harmonies of #DCA918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA918

Black with #DCA918

Text Example


Text Example

White with #DCA918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA918; }

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

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

background-color css

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

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

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

border-color css

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

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

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