Shades of Galliano #CCB127
Tints of Galliano #CCB127
RGB
CMYK
RGB Variations
Color information
#CCB127 (or 0xCCB127) is known color: Galliano. HEX triplet: CC, B1 and 27. RGB value is (204,177,39). Sum of RGB (Red+Green+Blue) = 204+177+39=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB127 is #334ED8. Grayscale: #A9A9A9. Windows color (decimal): -3362521 or 2601420. OLE color: 2601420.
HSL color Cylindrical-coordinate representation of color #CCB127: hue angle of 50.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCB127 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 39 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.2 |
| HSL | 50.18º | 0.68% | 0.48% | - |
| HSV(B) | 50.18º | 0.81% | 0.8% | - |
| XYZ | 40.99 | 44.43 | 8.33 | - |
| YUV | 169.34 | 54.45 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 39 | 0 | 0.13 | 0.81 | 0.2 | 50.18 | 0.68 | 0.48 |
| Hex | CC | B1 | 27 | 0 | D | 51 | 14 | 32 | 44 | 30 |
| Octal | 314 | 261 | 47 | 0 | 15 | 121 | 24 | 62 | 104 | 60 |
| Binary | 11001100 | 10110001 | 100111 | 0 | 1101 | 1010001 | 10100 | 110010 | 1000100 | 110000 |
Color Harmonies of #CCB127
Complementary color
Monochromatic Colors of #CCB127
Black with #CCB127
Text Example
Text Example
White with #CCB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB127; }
p { color: rgb(204,177,39); }
H1.HeaderClassName
{
color: #CCB127;
}
.AnyTagClassName
{
color: #CCB127;
}
</style>
background-color css
<style>
a { background-color: #CCB127; }
a { background-color: rgb(204,177,39); }
div.DivClassName
{
background-color: #CCB127;
}
.BgClassName
{
background-color: #CCB127;
}
</style>
border-color css
<style>
span { border-color: #CCB127; }
span { border-color: rgb(204,177,39); }
td.TdClassName
{
border-color: #CCB127;
}
.TagClassName
{
border-color: #CCB127;
}
</style>