Html Css Color HEX #DCA024 Galliano

📋 copy color: '#DCA024'

red 220 ◦ green 160 ◦ blue 36

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

Shades of Galliano #DCA024

Tints of Galliano #DCA024

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.46%

 BLUE value IS 36 (14.45% from 255) = 8.65%

R = 52.88%
G = 38.46%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCA024 (or 0xDCA024) is known color: Galliano. HEX triplet: DC, A0 and 24. RGB value is (220,160,36). Sum of RGB (Red+Green+Blue) = 220+160+36=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA024 is #235FDB. Grayscale: #A4A4A4. Windows color (decimal): -2318300 or 2400476. OLE color: 2400476.

HSL color Cylindrical-coordinate representation of color #DCA024: hue angle of 40.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCA024 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 160 36 -
CMYK 0 0.27 0.84 0.14
HSL 40.43º 0.72% 0.5% -
HSV(B) 40.43º 0.84% 0.86% -
XYZ 42.4 40.48 7.25 -
YUV 163.8 55.88 168.08 -
System Red Green Blue C M Y K H S L
Decimal 220 160 36 0 0.27 0.84 0.14 40.43 0.72 0.5
Hex DC A0 24 0 1B 54 E 28 48 32
Octal 334 240 44 0 33 124 16 50 110 62
Binary 11011100 10100000 100100 0 11011 1010100 1110 101000 1001000 110010

Color Harmonies of #DCA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA024

Black with #DCA024

Text Example


Text Example

White with #DCA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA024; }

 p { color: rgb(220,160,36); }

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

background-color css

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

 a { background-color: rgb(220,160,36); }

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

border-color css

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

 span { border-color: rgb(220,160,36); }

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