Html Css Color HEX #DCAA1C Galliano

📋 copy color: '#DCAA1C'

red 220 ◦ green 170 ◦ blue 28

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

Shades of Galliano #DCAA1C

Tints of Galliano #DCAA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.7%

R = 52.63%
G = 40.67%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCAA1C (or 0xDCAA1C) is known color: Galliano. HEX triplet: DC, AA and 1C. RGB value is (220,170,28). Sum of RGB (Red+Green+Blue) = 220+170+28=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA1C is #2355E3. Grayscale: #A9A9A9. Windows color (decimal): -2315748 or 1878748. OLE color: 1878748.

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

Color convert

RGB 220 170 28 -
CMYK 0 0.23 0.87 0.14
HSL 44.38º 0.77% 0.49% -
HSV(B) 44.38º 0.87% 0.86% -
XYZ 44.1 44.05 7.28 -
YUV 168.76 48.57 164.55 -
System Red Green Blue C M Y K H S L
Decimal 220 170 28 0 0.23 0.87 0.14 44.38 0.77 0.49
Hex DC AA 1C 0 17 57 E 2C 4D 31
Octal 334 252 34 0 27 127 16 54 115 61
Binary 11011100 10101010 11100 0 10111 1010111 1110 101100 1001101 110001

Color Harmonies of #DCAA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA1C

Black with #DCAA1C

Text Example


Text Example

White with #DCAA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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