Shades of Galliano #CCAF1B
Tints of Galliano #CCAF1B
RGB
CMYK
RGB Variations
Color information
#CCAF1B (or 0xCCAF1B) is known color: Galliano. HEX triplet: CC, AF and 1B. RGB value is (204,175,27). Sum of RGB (Red+Green+Blue) = 204+175+27=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF1B is #3350E4. Grayscale: #A7A7A7. Windows color (decimal): -3363045 or 1814476. OLE color: 1814476.
HSL color Cylindrical-coordinate representation of color #CCAF1B: hue angle of 50.17º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCAF1B is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 27 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.2 |
| HSL | 50.17º | 0.77% | 0.45% | - |
| HSV(B) | 50.17º | 0.87% | 0.8% | - |
| XYZ | 40.43 | 43.58 | 7.32 | - |
| YUV | 166.8 | 49.11 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 27 | 0 | 0.14 | 0.87 | 0.2 | 50.17 | 0.77 | 0.45 |
| Hex | CC | AF | 1B | 0 | E | 57 | 14 | 32 | 4D | 2D |
| Octal | 314 | 257 | 33 | 0 | 16 | 127 | 24 | 62 | 115 | 55 |
| Binary | 11001100 | 10101111 | 11011 | 0 | 1110 | 1010111 | 10100 | 110010 | 1001101 | 101101 |
Color Harmonies of #CCAF1B
Complementary color
Monochromatic Colors of #CCAF1B
Black with #CCAF1B
Text Example
Text Example
White with #CCAF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF1B; }
p { color: rgb(204,175,27); }
H1.HeaderClassName
{
color: #CCAF1B;
}
.AnyTagClassName
{
color: #CCAF1B;
}
</style>
background-color css
<style>
a { background-color: #CCAF1B; }
a { background-color: rgb(204,175,27); }
div.DivClassName
{
background-color: #CCAF1B;
}
.BgClassName
{
background-color: #CCAF1B;
}
</style>
border-color css
<style>
span { border-color: #CCAF1B; }
span { border-color: rgb(204,175,27); }
td.TdClassName
{
border-color: #CCAF1B;
}
.TagClassName
{
border-color: #CCAF1B;
}
</style>