Html Css Color HEX #DCAA11 Galliano

📋 copy color: '#DCAA11'

red 220 ◦ green 170 ◦ blue 17

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

Shades of Galliano #DCAA11

Tints of Galliano #DCAA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.18%

R = 54.05%
G = 41.77%
B = 4.18%

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

#DCAA11 (or 0xDCAA11) is known color: Galliano. HEX triplet: DC, AA and 11. RGB value is (220,170,17). Sum of RGB (Red+Green+Blue) = 220+170+17=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA11 is #2355EE. Grayscale: #A8A8A8. Windows color (decimal): -2315759 or 1157852. OLE color: 1157852.

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

Color convert

RGB 220 170 17 -
CMYK 0 0.23 0.92 0.14
HSL 45.22º 0.86% 0.46% -
HSV(B) 45.22º 0.92% 0.86% -
XYZ 43.99 44.01 6.71 -
YUV 167.51 43.07 165.44 -
System Red Green Blue C M Y K H S L
Decimal 220 170 17 0 0.23 0.92 0.14 45.22 0.86 0.46
Hex DC AA 11 0 17 5C E 2D 56 2E
Octal 334 252 21 0 27 134 16 55 126 56
Binary 11011100 10101010 10001 0 10111 1011100 1110 101101 1010110 101110

Color Harmonies of #DCAA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA11

Black with #DCAA11

Text Example


Text Example

White with #DCAA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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