Html Css Color HEX #DCA521 Galliano

📋 copy color: '#DCA521'

red 220 ◦ green 165 ◦ blue 33

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

Shades of Galliano #DCA521

Tints of Galliano #DCA521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.47%

 BLUE value IS 33 (13.28% from 255) = 7.89%

R = 52.63%
G = 39.47%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCA521 (or 0xDCA521) is known color: Galliano. HEX triplet: DC, A5 and 21. RGB value is (220,165,33). Sum of RGB (Red+Green+Blue) = 220+165+33=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA521 is #235ADE. Grayscale: #A6A6A6. Windows color (decimal): -2317023 or 2205148. OLE color: 2205148.

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

Color convert

RGB 220 165 33 -
CMYK 0 0.25 0.85 0.14
HSL 42.35º 0.74% 0.5% -
HSV(B) 42.35º 0.85% 0.86% -
XYZ 43.24 42.24 7.31 -
YUV 166.4 52.72 166.23 -
System Red Green Blue C M Y K H S L
Decimal 220 165 33 0 0.25 0.85 0.14 42.35 0.74 0.5
Hex DC A5 21 0 19 55 E 2A 4A 32
Octal 334 245 41 0 31 125 16 52 112 62
Binary 11011100 10100101 100001 0 11001 1010101 1110 101010 1001010 110010

Color Harmonies of #DCA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA521

Black with #DCA521

Text Example


Text Example

White with #DCA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA521; }

 p { color: rgb(220,165,33); }

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

background-color css

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

 a { background-color: rgb(220,165,33); }

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

border-color css

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

 span { border-color: rgb(220,165,33); }

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