Shades of Galliano #CFAF24
Tints of Galliano #CFAF24
RGB
CMYK
RGB Variations
Color information
#CFAF24 (or 0xCFAF24) is known color: Galliano. HEX triplet: CF, AF and 24. RGB value is (207,175,36). Sum of RGB (Red+Green+Blue) = 207+175+36=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF24 is #3050DB. Grayscale: #A9A9A9. Windows color (decimal): -3166428 or 2404303. OLE color: 2404303.
HSL color Cylindrical-coordinate representation of color #CFAF24: hue angle of 48.77º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFAF24 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 36 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.19 |
| HSL | 48.77º | 0.7% | 0.48% | - |
| HSV(B) | 48.77º | 0.83% | 0.81% | - |
| XYZ | 41.38 | 44.05 | 7.99 | - |
| YUV | 168.72 | 53.1 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 36 | 0 | 0.15 | 0.83 | 0.19 | 48.77 | 0.7 | 0.48 |
| Hex | CF | AF | 24 | 0 | F | 53 | 13 | 31 | 46 | 30 |
| Octal | 317 | 257 | 44 | 0 | 17 | 123 | 23 | 61 | 106 | 60 |
| Binary | 11001111 | 10101111 | 100100 | 0 | 1111 | 1010011 | 10011 | 110001 | 1000110 | 110000 |
Color Harmonies of #CFAF24
Complementary color
Monochromatic Colors of #CFAF24
Black with #CFAF24
Text Example
Text Example
White with #CFAF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF24; }
p { color: rgb(207,175,36); }
H1.HeaderClassName
{
color: #CFAF24;
}
.AnyTagClassName
{
color: #CFAF24;
}
</style>
background-color css
<style>
a { background-color: #CFAF24; }
a { background-color: rgb(207,175,36); }
div.DivClassName
{
background-color: #CFAF24;
}
.BgClassName
{
background-color: #CFAF24;
}
</style>
border-color css
<style>
span { border-color: #CFAF24; }
span { border-color: rgb(207,175,36); }
td.TdClassName
{
border-color: #CFAF24;
}
.TagClassName
{
border-color: #CFAF24;
}
</style>