Html Css Color HEX #DCA11D Galliano

📋 copy color: '#DCA11D'

red 220 ◦ green 161 ◦ blue 29

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

Shades of Galliano #DCA11D

Tints of Galliano #DCA11D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.27%

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

R = 53.66%
G = 39.27%
B = 7.07%

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

#DCA11D (or 0xDCA11D) is known color: Galliano. HEX triplet: DC, A1 and 1D. RGB value is (220,161,29). Sum of RGB (Red+Green+Blue) = 220+161+29=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA11D is #235EE2. Grayscale: #A4A4A4. Windows color (decimal): -2318051 or 1941980. OLE color: 1941980.

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

Color convert

RGB 220 161 29 -
CMYK 0 0.27 0.87 0.14
HSL 41.47º 0.77% 0.49% -
HSV(B) 41.47º 0.87% 0.86% -
XYZ 42.48 40.79 6.8 -
YUV 163.59 52.05 168.23 -
System Red Green Blue C M Y K H S L
Decimal 220 161 29 0 0.27 0.87 0.14 41.47 0.77 0.49
Hex DC A1 1D 0 1B 57 E 29 4D 31
Octal 334 241 35 0 33 127 16 51 115 61
Binary 11011100 10100001 11101 0 11011 1010111 1110 101001 1001101 110001

Color Harmonies of #DCA11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA11D

Black with #DCA11D

Text Example


Text Example

White with #DCA11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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