Shades of Galliano #CAAE1E
Tints of Galliano #CAAE1E
RGB
CMYK
RGB Variations
Color information
#CAAE1E (or 0xCAAE1E) is known color: Galliano. HEX triplet: CA, AE and 1E. RGB value is (202,174,30). Sum of RGB (Red+Green+Blue) = 202+174+30=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAE1E is #3551E1. Grayscale: #A6A6A6. Windows color (decimal): -3494370 or 2010826. OLE color: 2010826.
HSL color Cylindrical-coordinate representation of color #CAAE1E: hue angle of 50.23º 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 #CAAE1E is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 174 | 30 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.21 |
| HSL | 50.23º | 0.74% | 0.45% | - |
| HSV(B) | 50.23º | 0.85% | 0.79% | - |
| XYZ | 39.73 | 42.92 | 7.42 | - |
| YUV | 165.96 | 51.28 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 30 | 0 | 0.14 | 0.85 | 0.21 | 50.23 | 0.74 | 0.45 |
| Hex | CA | AE | 1E | 0 | E | 55 | 15 | 32 | 4A | 2D |
| Octal | 312 | 256 | 36 | 0 | 16 | 125 | 25 | 62 | 112 | 55 |
| Binary | 11001010 | 10101110 | 11110 | 0 | 1110 | 1010101 | 10101 | 110010 | 1001010 | 101101 |
Color Harmonies of #CAAE1E
Complementary color
Monochromatic Colors of #CAAE1E
Black with #CAAE1E
Text Example
Text Example
White with #CAAE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAE1E; }
p { color: rgb(202,174,30); }
H1.HeaderClassName
{
color: #CAAE1E;
}
.AnyTagClassName
{
color: #CAAE1E;
}
</style>
background-color css
<style>
a { background-color: #CAAE1E; }
a { background-color: rgb(202,174,30); }
div.DivClassName
{
background-color: #CAAE1E;
}
.BgClassName
{
background-color: #CAAE1E;
}
</style>
border-color css
<style>
span { border-color: #CAAE1E; }
span { border-color: rgb(202,174,30); }
td.TdClassName
{
border-color: #CAAE1E;
}
.TagClassName
{
border-color: #CAAE1E;
}
</style>