Html Css Color HEX #DCA022 Galliano

📋 copy color: '#DCA022'

red 220 ◦ green 160 ◦ blue 34

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

Shades of Galliano #DCA022

Tints of Galliano #DCA022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.21%

R = 53.14%
G = 38.65%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCA022 (or 0xDCA022) is known color: Galliano. HEX triplet: DC, A0 and 22. RGB value is (220,160,34). Sum of RGB (Red+Green+Blue) = 220+160+34=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA022 is #235FDD. Grayscale: #A4A4A4. Windows color (decimal): -2318302 or 2269404. OLE color: 2269404.

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

Color convert

RGB 220 160 34 -
CMYK 0 0.27 0.85 0.14
HSL 40.65º 0.73% 0.5% -
HSV(B) 40.65º 0.85% 0.86% -
XYZ 42.37 40.47 7.09 -
YUV 163.58 54.88 168.25 -
System Red Green Blue C M Y K H S L
Decimal 220 160 34 0 0.27 0.85 0.14 40.65 0.73 0.5
Hex DC A0 22 0 1B 55 E 29 49 32
Octal 334 240 42 0 33 125 16 51 111 62
Binary 11011100 10100000 100010 0 11011 1010101 1110 101001 1001001 110010

Color Harmonies of #DCA022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA022

Black with #DCA022

Text Example


Text Example

White with #DCA022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA022; }

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

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

background-color css

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

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

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

border-color css

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

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

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