Shades of Galliano #CAA61C
Tints of Galliano #CAA61C
RGB
CMYK
RGB Variations
Color information
#CAA61C (or 0xCAA61C) is known color: Galliano. HEX triplet: CA, A6 and 1C. RGB value is (202,166,28). Sum of RGB (Red+Green+Blue) = 202+166+28=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA61C is #3559E3. Grayscale: #A1A1A1. Windows color (decimal): -3496420 or 1877706. OLE color: 1877706.
HSL color Cylindrical-coordinate representation of color #CAA61C: hue angle of 47.59º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAA61C is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 28 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.21 |
| HSL | 47.59º | 0.76% | 0.45% | - |
| HSV(B) | 47.59º | 0.86% | 0.79% | - |
| XYZ | 38.2 | 39.91 | 6.79 | - |
| YUV | 161.03 | 52.93 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 28 | 0 | 0.18 | 0.86 | 0.21 | 47.59 | 0.76 | 0.45 |
| Hex | CA | A6 | 1C | 0 | 12 | 56 | 15 | 30 | 4C | 2D |
| Octal | 312 | 246 | 34 | 0 | 22 | 126 | 25 | 60 | 114 | 55 |
| Binary | 11001010 | 10100110 | 11100 | 0 | 10010 | 1010110 | 10101 | 110000 | 1001100 | 101101 |
Color Harmonies of #CAA61C
Complementary color
Monochromatic Colors of #CAA61C
Black with #CAA61C
Text Example
Text Example
White with #CAA61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA61C; }
p { color: rgb(202,166,28); }
H1.HeaderClassName
{
color: #CAA61C;
}
.AnyTagClassName
{
color: #CAA61C;
}
</style>
background-color css
<style>
a { background-color: #CAA61C; }
a { background-color: rgb(202,166,28); }
div.DivClassName
{
background-color: #CAA61C;
}
.BgClassName
{
background-color: #CAA61C;
}
</style>
border-color css
<style>
span { border-color: #CAA61C; }
span { border-color: rgb(202,166,28); }
td.TdClassName
{
border-color: #CAA61C;
}
.TagClassName
{
border-color: #CAA61C;
}
</style>