Shades of Galliano #CEA72B
Tints of Galliano #CEA72B
RGB
CMYK
RGB Variations
Color information
#CEA72B (or 0xCEA72B) is known color: Galliano. HEX triplet: CE, A7 and 2B. RGB value is (206,167,43). Sum of RGB (Red+Green+Blue) = 206+167+43=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA72B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA72B is #3158D4. Grayscale: #A5A5A5. Windows color (decimal): -3234005 or 2861006. OLE color: 2861006.
HSL color Cylindrical-coordinate representation of color #CEA72B: hue angle of 45.64º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEA72B is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 43 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.19 |
| HSL | 45.64º | 0.65% | 0.49% | - |
| HSV(B) | 45.64º | 0.79% | 0.81% | - |
| XYZ | 39.71 | 40.93 | 8.09 | - |
| YUV | 164.53 | 59.42 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 43 | 0 | 0.19 | 0.79 | 0.19 | 45.64 | 0.65 | 0.49 |
| Hex | CE | A7 | 2B | 0 | 13 | 4F | 13 | 2E | 41 | 31 |
| Octal | 316 | 247 | 53 | 0 | 23 | 117 | 23 | 56 | 101 | 61 |
| Binary | 11001110 | 10100111 | 101011 | 0 | 10011 | 1001111 | 10011 | 101110 | 1000001 | 110001 |
Color Harmonies of #CEA72B
Complementary color
Monochromatic Colors of #CEA72B
Black with #CEA72B
Text Example
Text Example
White with #CEA72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA72B; }
p { color: rgb(206,167,43); }
H1.HeaderClassName
{
color: #CEA72B;
}
.AnyTagClassName
{
color: #CEA72B;
}
</style>
background-color css
<style>
a { background-color: #CEA72B; }
a { background-color: rgb(206,167,43); }
div.DivClassName
{
background-color: #CEA72B;
}
.BgClassName
{
background-color: #CEA72B;
}
</style>
border-color css
<style>
span { border-color: #CEA72B; }
span { border-color: rgb(206,167,43); }
td.TdClassName
{
border-color: #CEA72B;
}
.TagClassName
{
border-color: #CEA72B;
}
</style>