Shades of Galliano #CAA61E
Tints of Galliano #CAA61E
RGB
CMYK
RGB Variations
Color information
#CAA61E (or 0xCAA61E) is known color: Galliano. HEX triplet: CA, A6 and 1E. RGB value is (202,166,30). Sum of RGB (Red+Green+Blue) = 202+166+30=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA61E is #3559E1. Grayscale: #A1A1A1. Windows color (decimal): -3496418 or 2008778. OLE color: 2008778.
HSL color Cylindrical-coordinate representation of color #CAA61E: hue angle of 47.44º 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 #CAA61E is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 30 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.21 |
| HSL | 47.44º | 0.74% | 0.45% | - |
| HSV(B) | 47.44º | 0.85% | 0.79% | - |
| XYZ | 38.23 | 39.92 | 6.92 | - |
| YUV | 161.26 | 53.93 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 30 | 0 | 0.18 | 0.85 | 0.21 | 47.44 | 0.74 | 0.45 |
| Hex | CA | A6 | 1E | 0 | 12 | 55 | 15 | 2F | 4A | 2D |
| Octal | 312 | 246 | 36 | 0 | 22 | 125 | 25 | 57 | 112 | 55 |
| Binary | 11001010 | 10100110 | 11110 | 0 | 10010 | 1010101 | 10101 | 101111 | 1001010 | 101101 |
Color Harmonies of #CAA61E
Complementary color
Monochromatic Colors of #CAA61E
Black with #CAA61E
Text Example
Text Example
White with #CAA61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA61E; }
p { color: rgb(202,166,30); }
H1.HeaderClassName
{
color: #CAA61E;
}
.AnyTagClassName
{
color: #CAA61E;
}
</style>
background-color css
<style>
a { background-color: #CAA61E; }
a { background-color: rgb(202,166,30); }
div.DivClassName
{
background-color: #CAA61E;
}
.BgClassName
{
background-color: #CAA61E;
}
</style>
border-color css
<style>
span { border-color: #CAA61E; }
span { border-color: rgb(202,166,30); }
td.TdClassName
{
border-color: #CAA61E;
}
.TagClassName
{
border-color: #CAA61E;
}
</style>