Html Css Color HEX #DCAD16 Galliano

📋 copy color: '#DCAD16'

red 220 ◦ green 173 ◦ blue 22

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

Shades of Galliano #DCAD16

Tints of Galliano #DCAD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.3%

R = 53.01%
G = 41.69%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCAD16 (or 0xDCAD16) is known color: Galliano. HEX triplet: DC, AD and 16. RGB value is (220,173,22). Sum of RGB (Red+Green+Blue) = 220+173+22=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAD16 is #2352E9. Grayscale: #AAAAAA. Windows color (decimal): -2314986 or 1486300. OLE color: 1486300.

HSL color Cylindrical-coordinate representation of color #DCAD16: hue angle of 45.76º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCAD16 is Cyan = 0, Magento = 0.21, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 173 22 -
CMYK 0 0.21 0.9 0.14
HSL 45.76º 0.82% 0.47% -
HSV(B) 45.76º 0.9% 0.86% -
XYZ 44.6 45.16 7.13 -
YUV 169.84 44.57 163.78 -
System Red Green Blue C M Y K H S L
Decimal 220 173 22 0 0.21 0.9 0.14 45.76 0.82 0.47
Hex DC AD 16 0 15 5A E 2E 52 2F
Octal 334 255 26 0 25 132 16 56 122 57
Binary 11011100 10101101 10110 0 10101 1011010 1110 101110 1010010 101111

Color Harmonies of #DCAD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD16

Black with #DCAD16

Text Example


Text Example

White with #DCAD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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