Shades of Galliano #CAA71C
Tints of Galliano #CAA71C
RGB
CMYK
RGB Variations
Color information
#CAA71C (or 0xCAA71C) is known color: Galliano. HEX triplet: CA, A7 and 1C. RGB value is (202,167,28). Sum of RGB (Red+Green+Blue) = 202+167+28=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA71C is #3558E3. Grayscale: #A2A2A2. Windows color (decimal): -3496164 or 1877962. OLE color: 1877962.
HSL color Cylindrical-coordinate representation of color #CAA71C: hue angle of 47.93º 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 #CAA71C is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 28 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.21 |
| HSL | 47.93º | 0.76% | 0.45% | - |
| HSV(B) | 47.93º | 0.86% | 0.79% | - |
| XYZ | 38.39 | 40.28 | 6.85 | - |
| YUV | 161.62 | 52.6 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 28 | 0 | 0.17 | 0.86 | 0.21 | 47.93 | 0.76 | 0.45 |
| Hex | CA | A7 | 1C | 0 | 11 | 56 | 15 | 30 | 4C | 2D |
| Octal | 312 | 247 | 34 | 0 | 21 | 126 | 25 | 60 | 114 | 55 |
| Binary | 11001010 | 10100111 | 11100 | 0 | 10001 | 1010110 | 10101 | 110000 | 1001100 | 101101 |
Color Harmonies of #CAA71C
Complementary color
Monochromatic Colors of #CAA71C
Black with #CAA71C
Text Example
Text Example
White with #CAA71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA71C; }
p { color: rgb(202,167,28); }
H1.HeaderClassName
{
color: #CAA71C;
}
.AnyTagClassName
{
color: #CAA71C;
}
</style>
background-color css
<style>
a { background-color: #CAA71C; }
a { background-color: rgb(202,167,28); }
div.DivClassName
{
background-color: #CAA71C;
}
.BgClassName
{
background-color: #CAA71C;
}
</style>
border-color css
<style>
span { border-color: #CAA71C; }
span { border-color: rgb(202,167,28); }
td.TdClassName
{
border-color: #CAA71C;
}
.TagClassName
{
border-color: #CAA71C;
}
</style>