Html Css Color HEX #DCA912 Galliano

📋 copy color: '#DCA912'

red 220 ◦ green 169 ◦ blue 18

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

Shades of Galliano #DCA912

Tints of Galliano #DCA912

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.52%

 BLUE value IS 18 (7.42% from 255) = 4.42%

R = 54.05%
G = 41.52%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCA912 (or 0xDCA912) is known color: Galliano. HEX triplet: DC, A9 and 12. RGB value is (220,169,18). Sum of RGB (Red+Green+Blue) = 220+169+18=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA912 is #2356ED. Grayscale: #A7A7A7. Windows color (decimal): -2316014 or 1223132. OLE color: 1223132.

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

Color convert

RGB 220 169 18 -
CMYK 0 0.23 0.92 0.14
HSL 44.85º 0.85% 0.47% -
HSV(B) 44.85º 0.92% 0.86% -
XYZ 43.81 43.64 6.69 -
YUV 167.04 43.9 165.78 -
System Red Green Blue C M Y K H S L
Decimal 220 169 18 0 0.23 0.92 0.14 44.85 0.85 0.47
Hex DC A9 12 0 17 5C E 2D 55 2F
Octal 334 251 22 0 27 134 16 55 125 57
Binary 11011100 10101001 10010 0 10111 1011100 1110 101101 1010101 101111

Color Harmonies of #DCA912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA912

Black with #DCA912

Text Example


Text Example

White with #DCA912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA912; }

 p { color: rgb(220,169,18); }

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

background-color css

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

 a { background-color: rgb(220,169,18); }

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

border-color css

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

 span { border-color: rgb(220,169,18); }

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