Shades of Galliano #CAA31E
Tints of Galliano #CAA31E
RGB
CMYK
RGB Variations
Color information
#CAA31E (or 0xCAA31E) is known color: Galliano. HEX triplet: CA, A3 and 1E. RGB value is (202,163,30). Sum of RGB (Red+Green+Blue) = 202+163+30=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA31E is #355CE1. Grayscale: #A0A0A0. Windows color (decimal): -3497186 or 2008010. OLE color: 2008010.
HSL color Cylindrical-coordinate representation of color #CAA31E: hue angle of 46.4º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAA31E is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 30 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.21 |
| HSL | 46.4º | 0.74% | 0.45% | - |
| HSV(B) | 46.4º | 0.85% | 0.79% | - |
| XYZ | 37.69 | 38.84 | 6.74 | - |
| YUV | 159.5 | 54.92 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 30 | 0 | 0.19 | 0.85 | 0.21 | 46.4 | 0.74 | 0.45 |
| Hex | CA | A3 | 1E | 0 | 13 | 55 | 15 | 2E | 4A | 2D |
| Octal | 312 | 243 | 36 | 0 | 23 | 125 | 25 | 56 | 112 | 55 |
| Binary | 11001010 | 10100011 | 11110 | 0 | 10011 | 1010101 | 10101 | 101110 | 1001010 | 101101 |
Color Harmonies of #CAA31E
Complementary color
Monochromatic Colors of #CAA31E
Black with #CAA31E
Text Example
Text Example
White with #CAA31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA31E; }
p { color: rgb(202,163,30); }
H1.HeaderClassName
{
color: #CAA31E;
}
.AnyTagClassName
{
color: #CAA31E;
}
</style>
background-color css
<style>
a { background-color: #CAA31E; }
a { background-color: rgb(202,163,30); }
div.DivClassName
{
background-color: #CAA31E;
}
.BgClassName
{
background-color: #CAA31E;
}
</style>
border-color css
<style>
span { border-color: #CAA31E; }
span { border-color: rgb(202,163,30); }
td.TdClassName
{
border-color: #CAA31E;
}
.TagClassName
{
border-color: #CAA31E;
}
</style>