Shades of Galliano #CCAF1F
Tints of Galliano #CCAF1F
RGB
CMYK
RGB Variations
Color information
#CCAF1F (or 0xCCAF1F) is known color: Galliano. HEX triplet: CC, AF and 1F. RGB value is (204,175,31). Sum of RGB (Red+Green+Blue) = 204+175+31=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF1F is #3350E0. Grayscale: #A7A7A7. Windows color (decimal): -3363041 or 2076620. OLE color: 2076620.
HSL color Cylindrical-coordinate representation of color #CCAF1F: hue angle of 49.94º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCAF1F is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 31 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.2 |
| HSL | 49.94º | 0.74% | 0.46% | - |
| HSV(B) | 49.94º | 0.85% | 0.8% | - |
| XYZ | 40.48 | 43.6 | 7.58 | - |
| YUV | 167.26 | 51.11 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 31 | 0 | 0.14 | 0.85 | 0.2 | 49.94 | 0.74 | 0.46 |
| Hex | CC | AF | 1F | 0 | E | 55 | 14 | 32 | 4A | 2E |
| Octal | 314 | 257 | 37 | 0 | 16 | 125 | 24 | 62 | 112 | 56 |
| Binary | 11001100 | 10101111 | 11111 | 0 | 1110 | 1010101 | 10100 | 110010 | 1001010 | 101110 |
Color Harmonies of #CCAF1F
Complementary color
Monochromatic Colors of #CCAF1F
Black with #CCAF1F
Text Example
Text Example
White with #CCAF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF1F; }
p { color: rgb(204,175,31); }
H1.HeaderClassName
{
color: #CCAF1F;
}
.AnyTagClassName
{
color: #CCAF1F;
}
</style>
background-color css
<style>
a { background-color: #CCAF1F; }
a { background-color: rgb(204,175,31); }
div.DivClassName
{
background-color: #CCAF1F;
}
.BgClassName
{
background-color: #CCAF1F;
}
</style>
border-color css
<style>
span { border-color: #CCAF1F; }
span { border-color: rgb(204,175,31); }
td.TdClassName
{
border-color: #CCAF1F;
}
.TagClassName
{
border-color: #CCAF1F;
}
</style>