Shades of Galliano #CFAF25
Tints of Galliano #CFAF25
RGB
CMYK
RGB Variations
Color information
#CFAF25 (or 0xCFAF25) is known color: Galliano. HEX triplet: CF, AF and 25. RGB value is (207,175,37). Sum of RGB (Red+Green+Blue) = 207+175+37=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF25 is #3050DA. Grayscale: #A9A9A9. Windows color (decimal): -3166427 or 2469839. OLE color: 2469839.
HSL color Cylindrical-coordinate representation of color #CFAF25: hue angle of 48.71º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFAF25 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 37 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.19 |
| HSL | 48.71º | 0.7% | 0.48% | - |
| HSV(B) | 48.71º | 0.82% | 0.81% | - |
| XYZ | 41.4 | 44.06 | 8.07 | - |
| YUV | 168.84 | 53.6 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 37 | 0 | 0.15 | 0.82 | 0.19 | 48.71 | 0.7 | 0.48 |
| Hex | CF | AF | 25 | 0 | F | 52 | 13 | 31 | 46 | 30 |
| Octal | 317 | 257 | 45 | 0 | 17 | 122 | 23 | 61 | 106 | 60 |
| Binary | 11001111 | 10101111 | 100101 | 0 | 1111 | 1010010 | 10011 | 110001 | 1000110 | 110000 |
Color Harmonies of #CFAF25
Complementary color
Monochromatic Colors of #CFAF25
Black with #CFAF25
Text Example
Text Example
White with #CFAF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF25; }
p { color: rgb(207,175,37); }
H1.HeaderClassName
{
color: #CFAF25;
}
.AnyTagClassName
{
color: #CFAF25;
}
</style>
background-color css
<style>
a { background-color: #CFAF25; }
a { background-color: rgb(207,175,37); }
div.DivClassName
{
background-color: #CFAF25;
}
.BgClassName
{
background-color: #CFAF25;
}
</style>
border-color css
<style>
span { border-color: #CFAF25; }
span { border-color: rgb(207,175,37); }
td.TdClassName
{
border-color: #CFAF25;
}
.TagClassName
{
border-color: #CFAF25;
}
</style>