Html Css Color HEX #DCAC12 Galliano

📋 copy color: '#DCAC12'

red 220 ◦ green 172 ◦ blue 18

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

Shades of Galliano #DCAC12

Tints of Galliano #DCAC12

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.95%

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

R = 53.66%
G = 41.95%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCAC12 (or 0xDCAC12) is known color: Galliano. HEX triplet: DC, AC and 12. RGB value is (220,172,18). Sum of RGB (Red+Green+Blue) = 220+172+18=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC12 is #2353ED. Grayscale: #A9A9A9. Windows color (decimal): -2315246 or 1223900. OLE color: 1223900.

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

Color convert

RGB 220 172 18 -
CMYK 0 0.22 0.92 0.14
HSL 45.74º 0.85% 0.47% -
HSV(B) 45.74º 0.92% 0.86% -
XYZ 44.38 44.76 6.87 -
YUV 168.8 42.9 164.52 -
System Red Green Blue C M Y K H S L
Decimal 220 172 18 0 0.22 0.92 0.14 45.74 0.85 0.47
Hex DC AC 12 0 16 5C E 2E 55 2F
Octal 334 254 22 0 26 134 16 56 125 57
Binary 11011100 10101100 10010 0 10110 1011100 1110 101110 1010101 101111

Color Harmonies of #DCAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC12

Black with #DCAC12

Text Example


Text Example

White with #DCAC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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