Html Css Color HEX #DCA01D Galliano

📋 copy color: '#DCA01D'

red 220 ◦ green 160 ◦ blue 29

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

Shades of Galliano #DCA01D

Tints of Galliano #DCA01D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.12%

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

R = 53.79%
G = 39.12%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCA01D (or 0xDCA01D) is known color: Galliano. HEX triplet: DC, A0 and 1D. RGB value is (220,160,29). Sum of RGB (Red+Green+Blue) = 220+160+29=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA01D is #235FE2. Grayscale: #A3A3A3. Windows color (decimal): -2318307 or 1941724. OLE color: 1941724.

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

Color convert

RGB 220 160 29 -
CMYK 0 0.27 0.87 0.14
HSL 41.15º 0.77% 0.49% -
HSV(B) 41.15º 0.87% 0.86% -
XYZ 42.31 40.45 6.74 -
YUV 163.01 52.38 168.65 -
System Red Green Blue C M Y K H S L
Decimal 220 160 29 0 0.27 0.87 0.14 41.15 0.77 0.49
Hex DC A0 1D 0 1B 57 E 29 4D 31
Octal 334 240 35 0 33 127 16 51 115 61
Binary 11011100 10100000 11101 0 11011 1010111 1110 101001 1001101 110001

Color Harmonies of #DCA01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA01D

Black with #DCA01D

Text Example


Text Example

White with #DCA01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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