Html Css Color HEX #DCA32A Galliano

📋 copy color: '#DCA32A'

red 220 ◦ green 163 ◦ blue 42

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

Shades of Galliano #DCA32A

Tints of Galliano #DCA32A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.35%

 BLUE value IS 42 (16.8% from 255) = 9.88%

R = 51.76%
G = 38.35%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCA32A (or 0xDCA32A) is known color: Galliano. HEX triplet: DC, A3 and 2A. RGB value is (220,163,42). Sum of RGB (Red+Green+Blue) = 220+163+42=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA32A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA32A is #235CD5. Grayscale: #A6A6A6. Windows color (decimal): -2317526 or 2794460. OLE color: 2794460.

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

Color convert

RGB 220 163 42 -
CMYK 0 0.26 0.81 0.14
HSL 40.79º 0.72% 0.51% -
HSV(B) 40.79º 0.81% 0.86% -
XYZ 43.03 41.58 7.95 -
YUV 166.25 57.88 166.34 -
System Red Green Blue C M Y K H S L
Decimal 220 163 42 0 0.26 0.81 0.14 40.79 0.72 0.51
Hex DC A3 2A 0 1A 51 E 29 48 33
Octal 334 243 52 0 32 121 16 51 110 63
Binary 11011100 10100011 101010 0 11010 1010001 1110 101001 1001000 110011

Color Harmonies of #DCA32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA32A

Black with #DCA32A

Text Example


Text Example

White with #DCA32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA32A; }

 p { color: rgb(220,163,42); }

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

background-color css

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

 a { background-color: rgb(220,163,42); }

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

border-color css

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

 span { border-color: rgb(220,163,42); }

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