Html Css Color HEX #DCAD1A Galliano

📋 copy color: '#DCAD1A'

red 220 ◦ green 173 ◦ blue 26

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

Shades of Galliano #DCAD1A

Tints of Galliano #DCAD1A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.29%

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

R = 52.51%
G = 41.29%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCAD1A (or 0xDCAD1A) is known color: Galliano. HEX triplet: DC, AD and 1A. RGB value is (220,173,26). Sum of RGB (Red+Green+Blue) = 220+173+26=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 26 (10.55% from 255 or 6.21% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD1A is #2352E5. Grayscale: #AAAAAA. Windows color (decimal): -2314982 or 1748444. OLE color: 1748444.

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

Color convert

RGB 220 173 26 -
CMYK 0 0.21 0.88 0.14
HSL 45.46º 0.79% 0.48% -
HSV(B) 45.46º 0.88% 0.86% -
XYZ 44.65 45.18 7.34 -
YUV 170.3 46.57 163.45 -
System Red Green Blue C M Y K H S L
Decimal 220 173 26 0 0.21 0.88 0.14 45.46 0.79 0.48
Hex DC AD 1A 0 15 58 E 2D 4F 30
Octal 334 255 32 0 25 130 16 55 117 60
Binary 11011100 10101101 11010 0 10101 1011000 1110 101101 1001111 110000

Color Harmonies of #DCAD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD1A

Black with #DCAD1A

Text Example


Text Example

White with #DCAD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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