Html Css Color HEX #DCA224 Galliano

📋 copy color: '#DCA224'

red 220 ◦ green 162 ◦ blue 36

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

Shades of Galliano #DCA224

Tints of Galliano #DCA224

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.76%

 BLUE value IS 36 (14.45% from 255) = 8.61%

R = 52.63%
G = 38.76%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCA224 (or 0xDCA224) is known color: Galliano. HEX triplet: DC, A2 and 24. RGB value is (220,162,36). Sum of RGB (Red+Green+Blue) = 220+162+36=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA224 is #235DDB. Grayscale: #A5A5A5. Windows color (decimal): -2317788 or 2400988. OLE color: 2400988.

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

Color convert

RGB 220 162 36 -
CMYK 0 0.26 0.84 0.14
HSL 41.09º 0.72% 0.5% -
HSV(B) 41.09º 0.84% 0.86% -
XYZ 42.75 41.18 7.36 -
YUV 164.98 55.22 167.25 -
System Red Green Blue C M Y K H S L
Decimal 220 162 36 0 0.26 0.84 0.14 41.09 0.72 0.5
Hex DC A2 24 0 1A 54 E 29 48 32
Octal 334 242 44 0 32 124 16 51 110 62
Binary 11011100 10100010 100100 0 11010 1010100 1110 101001 1001000 110010

Color Harmonies of #DCA224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA224

Black with #DCA224

Text Example


Text Example

White with #DCA224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA224; }

 p { color: rgb(220,162,36); }

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

background-color css

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

 a { background-color: rgb(220,162,36); }

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

border-color css

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

 span { border-color: rgb(220,162,36); }

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