Html Css Color HEX #DCA429 Galliano

📋 copy color: '#DCA429'

red 220 ◦ green 164 ◦ blue 41

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

Shades of Galliano #DCA429

Tints of Galliano #DCA429

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.59%

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

R = 51.76%
G = 38.59%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCA429 (or 0xDCA429) is known color: Galliano. HEX triplet: DC, A4 and 29. RGB value is (220,164,41). Sum of RGB (Red+Green+Blue) = 220+164+41=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA429 is #235BD6. Grayscale: #A7A7A7. Windows color (decimal): -2317271 or 2729180. OLE color: 2729180.

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

Color convert

RGB 220 164 41 -
CMYK 0 0.25 0.81 0.14
HSL 41.23º 0.72% 0.51% -
HSV(B) 41.23º 0.81% 0.86% -
XYZ 43.19 41.93 7.91 -
YUV 166.72 57.05 166 -
System Red Green Blue C M Y K H S L
Decimal 220 164 41 0 0.25 0.81 0.14 41.23 0.72 0.51
Hex DC A4 29 0 19 51 E 29 48 33
Octal 334 244 51 0 31 121 16 51 110 63
Binary 11011100 10100100 101001 0 11001 1010001 1110 101001 1001000 110011

Color Harmonies of #DCA429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA429

Black with #DCA429

Text Example


Text Example

White with #DCA429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA429; }

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

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

background-color css

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

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

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

border-color css

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

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

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