Html Css Color HEX #DCA21D Galliano

📋 copy color: '#DCA21D'

red 220 ◦ green 162 ◦ blue 29

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

Shades of Galliano #DCA21D

Tints of Galliano #DCA21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.06%

R = 53.53%
G = 39.42%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCA21D (or 0xDCA21D) is known color: Galliano. HEX triplet: DC, A2 and 1D. RGB value is (220,162,29). Sum of RGB (Red+Green+Blue) = 220+162+29=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA21D is #235DE2. Grayscale: #A4A4A4. Windows color (decimal): -2317795 or 1942236. OLE color: 1942236.

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

Color convert

RGB 220 162 29 -
CMYK 0 0.26 0.87 0.14
HSL 41.78º 0.77% 0.49% -
HSV(B) 41.78º 0.87% 0.86% -
XYZ 42.66 41.15 6.86 -
YUV 164.18 51.72 167.81 -
System Red Green Blue C M Y K H S L
Decimal 220 162 29 0 0.26 0.87 0.14 41.78 0.77 0.49
Hex DC A2 1D 0 1A 57 E 2A 4D 31
Octal 334 242 35 0 32 127 16 52 115 61
Binary 11011100 10100010 11101 0 11010 1010111 1110 101010 1001101 110001

Color Harmonies of #DCA21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA21D

Black with #DCA21D

Text Example


Text Example

White with #DCA21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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