Shades of Galliano #CA9E23
Tints of Galliano #CA9E23
RGB
CMYK
RGB Variations
Color information
#CA9E23 (or 0xCA9E23) is known color: Galliano. HEX triplet: CA, 9E and 23. RGB value is (202,158,35). Sum of RGB (Red+Green+Blue) = 202+158+35=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 35 (14.06% from 255 or 8.86% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E23 is #3561DC. Grayscale: #9D9D9D. Windows color (decimal): -3498461 or 2334410. OLE color: 2334410.
HSL color Cylindrical-coordinate representation of color #CA9E23: hue angle of 44.19º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA9E23 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 35 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.21 |
| HSL | 44.19º | 0.7% | 0.46% | - |
| HSV(B) | 44.19º | 0.83% | 0.79% | - |
| XYZ | 36.89 | 37.13 | 6.81 | - |
| YUV | 157.13 | 59.08 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 35 | 0 | 0.22 | 0.83 | 0.21 | 44.19 | 0.7 | 0.46 |
| Hex | CA | 9E | 23 | 0 | 16 | 53 | 15 | 2C | 46 | 2E |
| Octal | 312 | 236 | 43 | 0 | 26 | 123 | 25 | 54 | 106 | 56 |
| Binary | 11001010 | 10011110 | 100011 | 0 | 10110 | 1010011 | 10101 | 101100 | 1000110 | 101110 |
Color Harmonies of #CA9E23
Complementary color
Monochromatic Colors of #CA9E23
Black with #CA9E23
Text Example
Text Example
White with #CA9E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E23; }
p { color: rgb(202,158,35); }
H1.HeaderClassName
{
color: #CA9E23;
}
.AnyTagClassName
{
color: #CA9E23;
}
</style>
background-color css
<style>
a { background-color: #CA9E23; }
a { background-color: rgb(202,158,35); }
div.DivClassName
{
background-color: #CA9E23;
}
.BgClassName
{
background-color: #CA9E23;
}
</style>
border-color css
<style>
span { border-color: #CA9E23; }
span { border-color: rgb(202,158,35); }
td.TdClassName
{
border-color: #CA9E23;
}
.TagClassName
{
border-color: #CA9E23;
}
</style>