Html Css Color HEX #DCAA16 Galliano

📋 copy color: '#DCAA16'

red 220 ◦ green 170 ◦ blue 22

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

Shades of Galliano #DCAA16

Tints of Galliano #DCAA16

RGB

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

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

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

R = 53.4%
G = 41.26%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCAA16 (or 0xDCAA16) is known color: Galliano. HEX triplet: DC, AA and 16. RGB value is (220,170,22). Sum of RGB (Red+Green+Blue) = 220+170+22=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA16 is #2355E9. Grayscale: #A8A8A8. Windows color (decimal): -2315754 or 1485532. OLE color: 1485532.

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

Color convert

RGB 220 170 22 -
CMYK 0 0.23 0.9 0.14
HSL 44.85º 0.82% 0.47% -
HSV(B) 44.85º 0.9% 0.86% -
XYZ 44.03 44.02 6.94 -
YUV 168.08 45.57 165.03 -
System Red Green Blue C M Y K H S L
Decimal 220 170 22 0 0.23 0.9 0.14 44.85 0.82 0.47
Hex DC AA 16 0 17 5A E 2D 52 2F
Octal 334 252 26 0 27 132 16 55 122 57
Binary 11011100 10101010 10110 0 10111 1011010 1110 101101 1010010 101111

Color Harmonies of #DCAA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA16

Black with #DCAA16

Text Example


Text Example

White with #DCAA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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