Shades of Galliano #CFAF28
Tints of Galliano #CFAF28
RGB
CMYK
RGB Variations
Color information
#CFAF28 (or 0xCFAF28) is known color: Galliano. HEX triplet: CF, AF and 28. RGB value is (207,175,40). Sum of RGB (Red+Green+Blue) = 207+175+40=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF28 is #3050D7. Grayscale: #A9A9A9. Windows color (decimal): -3166424 or 2666447. OLE color: 2666447.
HSL color Cylindrical-coordinate representation of color #CFAF28: hue angle of 48.5º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFAF28 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 40 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.19 |
| HSL | 48.5º | 0.68% | 0.48% | - |
| HSV(B) | 48.5º | 0.81% | 0.81% | - |
| XYZ | 41.45 | 44.08 | 8.33 | - |
| YUV | 169.18 | 55.1 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 40 | 0 | 0.15 | 0.81 | 0.19 | 48.5 | 0.68 | 0.48 |
| Hex | CF | AF | 28 | 0 | F | 51 | 13 | 31 | 44 | 30 |
| Octal | 317 | 257 | 50 | 0 | 17 | 121 | 23 | 61 | 104 | 60 |
| Binary | 11001111 | 10101111 | 101000 | 0 | 1111 | 1010001 | 10011 | 110001 | 1000100 | 110000 |
Color Harmonies of #CFAF28
Complementary color
Monochromatic Colors of #CFAF28
Black with #CFAF28
Text Example
Text Example
White with #CFAF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF28; }
p { color: rgb(207,175,40); }
H1.HeaderClassName
{
color: #CFAF28;
}
.AnyTagClassName
{
color: #CFAF28;
}
</style>
background-color css
<style>
a { background-color: #CFAF28; }
a { background-color: rgb(207,175,40); }
div.DivClassName
{
background-color: #CFAF28;
}
.BgClassName
{
background-color: #CFAF28;
}
</style>
border-color css
<style>
span { border-color: #CFAF28; }
span { border-color: rgb(207,175,40); }
td.TdClassName
{
border-color: #CFAF28;
}
.TagClassName
{
border-color: #CFAF28;
}
</style>