Shades of Galliano #CFAF20
Tints of Galliano #CFAF20
RGB
CMYK
RGB Variations
Color information
#CFAF20 (or 0xCFAF20) is known color: Galliano. HEX triplet: CF, AF and 20. RGB value is (207,175,32). Sum of RGB (Red+Green+Blue) = 207+175+32=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF20 is #3050DF. Grayscale: #A8A8A8. Windows color (decimal): -3166432 or 2142159. OLE color: 2142159.
HSL color Cylindrical-coordinate representation of color #CFAF20: hue angle of 49.03º degrees, saturation: 0.73, 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 #CFAF20 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 32 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.19 |
| HSL | 49.03º | 0.73% | 0.47% | - |
| HSV(B) | 49.03º | 0.85% | 0.81% | - |
| XYZ | 41.32 | 44.03 | 7.69 | - |
| YUV | 168.27 | 51.1 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 32 | 0 | 0.15 | 0.85 | 0.19 | 49.03 | 0.73 | 0.47 |
| Hex | CF | AF | 20 | 0 | F | 55 | 13 | 31 | 49 | 2F |
| Octal | 317 | 257 | 40 | 0 | 17 | 125 | 23 | 61 | 111 | 57 |
| Binary | 11001111 | 10101111 | 100000 | 0 | 1111 | 1010101 | 10011 | 110001 | 1001001 | 101111 |
Color Harmonies of #CFAF20
Complementary color
Monochromatic Colors of #CFAF20
Black with #CFAF20
Text Example
Text Example
White with #CFAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF20; }
p { color: rgb(207,175,32); }
H1.HeaderClassName
{
color: #CFAF20;
}
.AnyTagClassName
{
color: #CFAF20;
}
</style>
background-color css
<style>
a { background-color: #CFAF20; }
a { background-color: rgb(207,175,32); }
div.DivClassName
{
background-color: #CFAF20;
}
.BgClassName
{
background-color: #CFAF20;
}
</style>
border-color css
<style>
span { border-color: #CFAF20; }
span { border-color: rgb(207,175,32); }
td.TdClassName
{
border-color: #CFAF20;
}
.TagClassName
{
border-color: #CFAF20;
}
</style>