Html Css Color HEX #DCAA1A Galliano

📋 copy color: '#DCAA1A'

red 220 ◦ green 170 ◦ blue 26

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

Shades of Galliano #DCAA1A

Tints of Galliano #DCAA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.25%

R = 52.88%
G = 40.87%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCAA1A (or 0xDCAA1A) is known color: Galliano. HEX triplet: DC, AA and 1A. RGB value is (220,170,26). Sum of RGB (Red+Green+Blue) = 220+170+26=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA1A is #2355E5. Grayscale: #A9A9A9. Windows color (decimal): -2315750 or 1747676. OLE color: 1747676.

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

Color convert

RGB 220 170 26 -
CMYK 0 0.23 0.88 0.14
HSL 44.54º 0.79% 0.48% -
HSV(B) 44.54º 0.88% 0.86% -
XYZ 44.08 44.04 7.15 -
YUV 168.53 47.57 164.71 -
System Red Green Blue C M Y K H S L
Decimal 220 170 26 0 0.23 0.88 0.14 44.54 0.79 0.48
Hex DC AA 1A 0 17 58 E 2D 4F 30
Octal 334 252 32 0 27 130 16 55 117 60
Binary 11011100 10101010 11010 0 10111 1011000 1110 101101 1001111 110000

Color Harmonies of #DCAA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA1A

Black with #DCAA1A

Text Example


Text Example

White with #DCAA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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