Shades of Galliano #CAA828
Tints of Galliano #CAA828
RGB
CMYK
RGB Variations
Color information
#CAA828 (or 0xCAA828) is known color: Galliano. HEX triplet: CA, A8 and 28. RGB value is (202,168,40). Sum of RGB (Red+Green+Blue) = 202+168+40=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA828 is #3557D7. Grayscale: #A4A4A4. Windows color (decimal): -3495896 or 2664650. OLE color: 2664650.
HSL color Cylindrical-coordinate representation of color #CAA828: hue angle of 47.41º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAA828 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 40 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.21 |
| HSL | 47.41º | 0.67% | 0.47% | - |
| HSV(B) | 47.41º | 0.8% | 0.79% | - |
| XYZ | 38.74 | 40.72 | 7.82 | - |
| YUV | 163.57 | 58.26 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 40 | 0 | 0.17 | 0.80 | 0.21 | 47.41 | 0.67 | 0.47 |
| Hex | CA | A8 | 28 | 0 | 11 | 50 | 15 | 2F | 43 | 2F |
| Octal | 312 | 250 | 50 | 0 | 21 | 120 | 25 | 57 | 103 | 57 |
| Binary | 11001010 | 10101000 | 101000 | 0 | 10001 | 1010000 | 10101 | 101111 | 1000011 | 101111 |
Color Harmonies of #CAA828
Complementary color
Monochromatic Colors of #CAA828
Black with #CAA828
Text Example
Text Example
White with #CAA828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA828; }
p { color: rgb(202,168,40); }
H1.HeaderClassName
{
color: #CAA828;
}
.AnyTagClassName
{
color: #CAA828;
}
</style>
background-color css
<style>
a { background-color: #CAA828; }
a { background-color: rgb(202,168,40); }
div.DivClassName
{
background-color: #CAA828;
}
.BgClassName
{
background-color: #CAA828;
}
</style>
border-color css
<style>
span { border-color: #CAA828; }
span { border-color: rgb(202,168,40); }
td.TdClassName
{
border-color: #CAA828;
}
.TagClassName
{
border-color: #CAA828;
}
</style>