Html Css Color HEX #DCA329 Galliano

📋 copy color: '#DCA329'

red 220 ◦ green 163 ◦ blue 41

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

Shades of Galliano #DCA329

Tints of Galliano #DCA329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.67%

R = 51.89%
G = 38.44%
B = 9.67%

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

#DCA329 (or 0xDCA329) is known color: Galliano. HEX triplet: DC, A3 and 29. RGB value is (220,163,41). Sum of RGB (Red+Green+Blue) = 220+163+41=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA329 is #235CD6. Grayscale: #A6A6A6. Windows color (decimal): -2317527 or 2728924. OLE color: 2728924.

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

Color convert

RGB 220 163 41 -
CMYK 0 0.26 0.81 0.14
HSL 40.89º 0.72% 0.51% -
HSV(B) 40.89º 0.81% 0.86% -
XYZ 43.01 41.57 7.85 -
YUV 166.14 57.38 166.42 -
System Red Green Blue C M Y K H S L
Decimal 220 163 41 0 0.26 0.81 0.14 40.89 0.72 0.51
Hex DC A3 29 0 1A 51 E 29 48 33
Octal 334 243 51 0 32 121 16 51 110 63
Binary 11011100 10100011 101001 0 11010 1010001 1110 101001 1001000 110011

Color Harmonies of #DCA329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA329

Black with #DCA329

Text Example


Text Example

White with #DCA329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA329; }

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

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

background-color css

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

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

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

border-color css

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

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

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