Html Css Color HEX #DCA128 Galliano

📋 copy color: '#DCA128'

red 220 ◦ green 161 ◦ blue 40

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

Shades of Galliano #DCA128

Tints of Galliano #DCA128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.24%

 BLUE value IS 40 (16.02% from 255) = 9.5%

R = 52.26%
G = 38.24%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCA128 (or 0xDCA128) is known color: Galliano. HEX triplet: DC, A1 and 28. RGB value is (220,161,40). Sum of RGB (Red+Green+Blue) = 220+161+40=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA128 is #235ED7. Grayscale: #A5A5A5. Windows color (decimal): -2318040 or 2662876. OLE color: 2662876.

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

Color convert

RGB 220 161 40 -
CMYK 0 0.27 0.82 0.14
HSL 40.33º 0.72% 0.51% -
HSV(B) 40.33º 0.82% 0.86% -
XYZ 42.64 40.86 7.65 -
YUV 164.85 57.55 167.34 -
System Red Green Blue C M Y K H S L
Decimal 220 161 40 0 0.27 0.82 0.14 40.33 0.72 0.51
Hex DC A1 28 0 1B 52 E 28 48 33
Octal 334 241 50 0 33 122 16 50 110 63
Binary 11011100 10100001 101000 0 11011 1010010 1110 101000 1001000 110011

Color Harmonies of #DCA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA128

Black with #DCA128

Text Example


Text Example

White with #DCA128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA128; }

 p { color: rgb(220,161,40); }

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

background-color css

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

 a { background-color: rgb(220,161,40); }

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

border-color css

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

 span { border-color: rgb(220,161,40); }

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