Html Css Color HEX #DCAA12 Galliano

📋 copy color: '#DCAA12'

red 220 ◦ green 170 ◦ blue 18

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

Shades of Galliano #DCAA12

Tints of Galliano #DCAA12

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.67%

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

R = 53.92%
G = 41.67%
B = 4.41%

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

#DCAA12 (or 0xDCAA12) is known color: Galliano. HEX triplet: DC, AA and 12. RGB value is (220,170,18). Sum of RGB (Red+Green+Blue) = 220+170+18=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA12 is #2355ED. Grayscale: #A8A8A8. Windows color (decimal): -2315758 or 1223388. OLE color: 1223388.

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

Color convert

RGB 220 170 18 -
CMYK 0 0.23 0.92 0.14
HSL 45.15º 0.85% 0.47% -
HSV(B) 45.15º 0.92% 0.86% -
XYZ 44 44.01 6.75 -
YUV 167.62 43.57 165.36 -
System Red Green Blue C M Y K H S L
Decimal 220 170 18 0 0.23 0.92 0.14 45.15 0.85 0.47
Hex DC AA 12 0 17 5C E 2D 55 2F
Octal 334 252 22 0 27 134 16 55 125 57
Binary 11011100 10101010 10010 0 10111 1011100 1110 101101 1010101 101111

Color Harmonies of #DCAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA12

Black with #DCAA12

Text Example


Text Example

White with #DCAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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