Html Css Color HEX #DCA721 Galliano

📋 copy color: '#DCA721'

red 220 ◦ green 167 ◦ blue 33

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

Shades of Galliano #DCA721

Tints of Galliano #DCA721

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.76%

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

R = 52.38%
G = 39.76%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCA721 (or 0xDCA721) is known color: Galliano. HEX triplet: DC, A7 and 21. RGB value is (220,167,33). Sum of RGB (Red+Green+Blue) = 220+167+33=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA721 is #2358DE. Grayscale: #A8A8A8. Windows color (decimal): -2316511 or 2205660. OLE color: 2205660.

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

Color convert

RGB 220 167 33 -
CMYK 0 0.24 0.85 0.14
HSL 42.99º 0.74% 0.5% -
HSV(B) 42.99º 0.85% 0.86% -
XYZ 43.61 42.96 7.43 -
YUV 167.57 52.06 165.4 -
System Red Green Blue C M Y K H S L
Decimal 220 167 33 0 0.24 0.85 0.14 42.99 0.74 0.5
Hex DC A7 21 0 18 55 E 2B 4A 32
Octal 334 247 41 0 30 125 16 53 112 62
Binary 11011100 10100111 100001 0 11000 1010101 1110 101011 1001010 110010

Color Harmonies of #DCA721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA721

Black with #DCA721

Text Example


Text Example

White with #DCA721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA721; }

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

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

background-color css

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

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

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

border-color css

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

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

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