Shades of Galliano #DCAA26
Tints of Galliano #DCAA26
RGB
CMYK
RGB Variations
Color information
#DCAA26 (or 0xDCAA26) is known color: Galliano. HEX triplet: DC, AA and 26. RGB value is (220,170,38). Sum of RGB (Red+Green+Blue) = 220+170+38=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 38 (15.23% from 255 or 8.88% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA26 is #2355D9. Grayscale: #AAAAAA. Windows color (decimal): -2315738 or 2534108. OLE color: 2534108.
HSL color Cylindrical-coordinate representation of color #DCAA26: hue angle of 43.52º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCAA26 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 38 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.14 |
| HSL | 43.52º | 0.72% | 0.51% | - |
| HSV(B) | 43.52º | 0.83% | 0.86% | - |
| XYZ | 44.24 | 44.11 | 8.02 | - |
| YUV | 169.9 | 53.57 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 38 | 0 | 0.23 | 0.83 | 0.14 | 43.52 | 0.72 | 0.51 |
| Hex | DC | AA | 26 | 0 | 17 | 53 | E | 2C | 48 | 33 |
| Octal | 334 | 252 | 46 | 0 | 27 | 123 | 16 | 54 | 110 | 63 |
| Binary | 11011100 | 10101010 | 100110 | 0 | 10111 | 1010011 | 1110 | 101100 | 1001000 | 110011 |
Color Harmonies of #DCAA26
Complementary color
Monochromatic Colors of #DCAA26
Black with #DCAA26
Text Example
Text Example
White with #DCAA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA26; }
p { color: rgb(220,170,38); }
H1.HeaderClassName
{
color: #DCAA26;
}
.AnyTagClassName
{
color: #DCAA26;
}
</style>
background-color css
<style>
a { background-color: #DCAA26; }
a { background-color: rgb(220,170,38); }
div.DivClassName
{
background-color: #DCAA26;
}
.BgClassName
{
background-color: #DCAA26;
}
</style>
border-color css
<style>
span { border-color: #DCAA26; }
span { border-color: rgb(220,170,38); }
td.TdClassName
{
border-color: #DCAA26;
}
.TagClassName
{
border-color: #DCAA26;
}
</style>