Shades of Galliano #CAA91E
Tints of Galliano #CAA91E
RGB
CMYK
RGB Variations
Color information
#CAA91E (or 0xCAA91E) is known color: Galliano. HEX triplet: CA, A9 and 1E. RGB value is (202,169,30). Sum of RGB (Red+Green+Blue) = 202+169+30=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA91E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA91E is #3556E1. Grayscale: #A3A3A3. Windows color (decimal): -3495650 or 2009546. OLE color: 2009546.
HSL color Cylindrical-coordinate representation of color #CAA91E: hue angle of 48.49º 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 #CAA91E is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 30 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.21 |
| HSL | 48.49º | 0.74% | 0.45% | - |
| HSV(B) | 48.49º | 0.85% | 0.79% | - |
| XYZ | 38.78 | 41.03 | 7.1 | - |
| YUV | 163.02 | 52.93 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 30 | 0 | 0.16 | 0.85 | 0.21 | 48.49 | 0.74 | 0.45 |
| Hex | CA | A9 | 1E | 0 | 10 | 55 | 15 | 30 | 4A | 2D |
| Octal | 312 | 251 | 36 | 0 | 20 | 125 | 25 | 60 | 112 | 55 |
| Binary | 11001010 | 10101001 | 11110 | 0 | 10000 | 1010101 | 10101 | 110000 | 1001010 | 101101 |
Color Harmonies of #CAA91E
Complementary color
Monochromatic Colors of #CAA91E
Black with #CAA91E
Text Example
Text Example
White with #CAA91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA91E; }
p { color: rgb(202,169,30); }
H1.HeaderClassName
{
color: #CAA91E;
}
.AnyTagClassName
{
color: #CAA91E;
}
</style>
background-color css
<style>
a { background-color: #CAA91E; }
a { background-color: rgb(202,169,30); }
div.DivClassName
{
background-color: #CAA91E;
}
.BgClassName
{
background-color: #CAA91E;
}
</style>
border-color css
<style>
span { border-color: #CAA91E; }
span { border-color: rgb(202,169,30); }
td.TdClassName
{
border-color: #CAA91E;
}
.TagClassName
{
border-color: #CAA91E;
}
</style>