Shades of Galliano #CFAF1F
Tints of Galliano #CFAF1F
RGB
CMYK
RGB Variations
Color information
#CFAF1F (or 0xCFAF1F) is known color: Galliano. HEX triplet: CF, AF and 1F. RGB value is (207,175,31). Sum of RGB (Red+Green+Blue) = 207+175+31=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF1F is #3050E0. Grayscale: #A8A8A8. Windows color (decimal): -3166433 or 2076623. OLE color: 2076623.
HSL color Cylindrical-coordinate representation of color #CFAF1F: hue angle of 49.09º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFAF1F is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 31 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.19 |
| HSL | 49.09º | 0.74% | 0.47% | - |
| HSV(B) | 49.09º | 0.85% | 0.81% | - |
| XYZ | 41.31 | 44.02 | 7.62 | - |
| YUV | 168.15 | 50.6 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 31 | 0 | 0.15 | 0.85 | 0.19 | 49.09 | 0.74 | 0.47 |
| Hex | CF | AF | 1F | 0 | F | 55 | 13 | 31 | 4A | 2F |
| Octal | 317 | 257 | 37 | 0 | 17 | 125 | 23 | 61 | 112 | 57 |
| Binary | 11001111 | 10101111 | 11111 | 0 | 1111 | 1010101 | 10011 | 110001 | 1001010 | 101111 |
Color Harmonies of #CFAF1F
Complementary color
Monochromatic Colors of #CFAF1F
Black with #CFAF1F
Text Example
Text Example
White with #CFAF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF1F; }
p { color: rgb(207,175,31); }
H1.HeaderClassName
{
color: #CFAF1F;
}
.AnyTagClassName
{
color: #CFAF1F;
}
</style>
background-color css
<style>
a { background-color: #CFAF1F; }
a { background-color: rgb(207,175,31); }
div.DivClassName
{
background-color: #CFAF1F;
}
.BgClassName
{
background-color: #CFAF1F;
}
</style>
border-color css
<style>
span { border-color: #CFAF1F; }
span { border-color: rgb(207,175,31); }
td.TdClassName
{
border-color: #CFAF1F;
}
.TagClassName
{
border-color: #CFAF1F;
}
</style>