Shades of Galliano #CCB01D
Tints of Galliano #CCB01D
RGB
CMYK
RGB Variations
Color information
#CCB01D (or 0xCCB01D) is known color: Galliano. HEX triplet: CC, B0 and 1D. RGB value is (204,176,29). Sum of RGB (Red+Green+Blue) = 204+176+29=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB01D is #334FE2. Grayscale: #A8A8A8. Windows color (decimal): -3362787 or 1945804. OLE color: 1945804.
HSL color Cylindrical-coordinate representation of color #CCB01D: hue angle of 50.4º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCB01D is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 29 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.2 |
| HSL | 50.4º | 0.75% | 0.46% | - |
| HSV(B) | 50.4º | 0.86% | 0.8% | - |
| XYZ | 40.65 | 43.98 | 7.51 | - |
| YUV | 167.61 | 49.78 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 29 | 0 | 0.14 | 0.86 | 0.2 | 50.4 | 0.75 | 0.46 |
| Hex | CC | B0 | 1D | 0 | E | 56 | 14 | 32 | 4B | 2E |
| Octal | 314 | 260 | 35 | 0 | 16 | 126 | 24 | 62 | 113 | 56 |
| Binary | 11001100 | 10110000 | 11101 | 0 | 1110 | 1010110 | 10100 | 110010 | 1001011 | 101110 |
Color Harmonies of #CCB01D
Complementary color
Monochromatic Colors of #CCB01D
Black with #CCB01D
Text Example
Text Example
White with #CCB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB01D; }
p { color: rgb(204,176,29); }
H1.HeaderClassName
{
color: #CCB01D;
}
.AnyTagClassName
{
color: #CCB01D;
}
</style>
background-color css
<style>
a { background-color: #CCB01D; }
a { background-color: rgb(204,176,29); }
div.DivClassName
{
background-color: #CCB01D;
}
.BgClassName
{
background-color: #CCB01D;
}
</style>
border-color css
<style>
span { border-color: #CCB01D; }
span { border-color: rgb(204,176,29); }
td.TdClassName
{
border-color: #CCB01D;
}
.TagClassName
{
border-color: #CCB01D;
}
</style>