Html Css Color HEX #DCA225 Galliano

📋 copy color: '#DCA225'

red 220 ◦ green 162 ◦ blue 37

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

Shades of Galliano #DCA225

Tints of Galliano #DCA225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.83%

R = 52.51%
G = 38.66%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCA225 (or 0xDCA225) is known color: Galliano. HEX triplet: DC, A2 and 25. RGB value is (220,162,37). Sum of RGB (Red+Green+Blue) = 220+162+37=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA225 is #235DDA. Grayscale: #A5A5A5. Windows color (decimal): -2317787 or 2466524. OLE color: 2466524.

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

Color convert

RGB 220 162 37 -
CMYK 0 0.26 0.83 0.14
HSL 40.98º 0.72% 0.5% -
HSV(B) 40.98º 0.83% 0.86% -
XYZ 42.77 41.19 7.45 -
YUV 165.09 55.72 167.16 -
System Red Green Blue C M Y K H S L
Decimal 220 162 37 0 0.26 0.83 0.14 40.98 0.72 0.5
Hex DC A2 25 0 1A 53 E 29 48 32
Octal 334 242 45 0 32 123 16 51 110 62
Binary 11011100 10100010 100101 0 11010 1010011 1110 101001 1001000 110010

Color Harmonies of #DCA225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA225

Black with #DCA225

Text Example


Text Example

White with #DCA225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA225; }

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

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

background-color css

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

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

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

border-color css

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

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

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