Shades of Galliano #CAA81D
Tints of Galliano #CAA81D
RGB
CMYK
RGB Variations
Color information
#CAA81D (or 0xCAA81D) is known color: Galliano. HEX triplet: CA, A8 and 1D. RGB value is (202,168,29). Sum of RGB (Red+Green+Blue) = 202+168+29=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA81D is #3557E2. Grayscale: #A2A2A2. Windows color (decimal): -3495907 or 1943754. OLE color: 1943754.
HSL color Cylindrical-coordinate representation of color #CAA81D: hue angle of 48.21º degrees, saturation: 0.75, 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 #CAA81D is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 29 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.21 |
| HSL | 48.21º | 0.75% | 0.45% | - |
| HSV(B) | 48.21º | 0.86% | 0.79% | - |
| XYZ | 38.58 | 40.65 | 6.98 | - |
| YUV | 162.32 | 52.76 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 29 | 0 | 0.17 | 0.86 | 0.21 | 48.21 | 0.75 | 0.45 |
| Hex | CA | A8 | 1D | 0 | 11 | 56 | 15 | 30 | 4B | 2D |
| Octal | 312 | 250 | 35 | 0 | 21 | 126 | 25 | 60 | 113 | 55 |
| Binary | 11001010 | 10101000 | 11101 | 0 | 10001 | 1010110 | 10101 | 110000 | 1001011 | 101101 |
Color Harmonies of #CAA81D
Complementary color
Monochromatic Colors of #CAA81D
Black with #CAA81D
Text Example
Text Example
White with #CAA81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA81D; }
p { color: rgb(202,168,29); }
H1.HeaderClassName
{
color: #CAA81D;
}
.AnyTagClassName
{
color: #CAA81D;
}
</style>
background-color css
<style>
a { background-color: #CAA81D; }
a { background-color: rgb(202,168,29); }
div.DivClassName
{
background-color: #CAA81D;
}
.BgClassName
{
background-color: #CAA81D;
}
</style>
border-color css
<style>
span { border-color: #CAA81D; }
span { border-color: rgb(202,168,29); }
td.TdClassName
{
border-color: #CAA81D;
}
.TagClassName
{
border-color: #CAA81D;
}
</style>