Shades of Galliano #CFAC0F
Tints of Galliano #CFAC0F
RGB
CMYK
RGB Variations
Color information
#CFAC0F (or 0xCFAC0F) is known color: Galliano. HEX triplet: CF, AC and 0F. RGB value is (207,172,15). Sum of RGB (Red+Green+Blue) = 207+172+15=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAC0F is #3053F0. Grayscale: #A5A5A5. Windows color (decimal): -3167217 or 1027279. OLE color: 1027279.
HSL color Cylindrical-coordinate representation of color #CFAC0F: hue angle of 49.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFAC0F is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 15 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.19 |
| HSL | 49.06º | 0.86% | 0.44% | - |
| HSV(B) | 49.06º | 0.93% | 0.81% | - |
| XYZ | 40.57 | 42.8 | 6.58 | - |
| YUV | 164.57 | 43.6 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 15 | 0 | 0.17 | 0.93 | 0.19 | 49.06 | 0.86 | 0.44 |
| Hex | CF | AC | F | 0 | 11 | 5D | 13 | 31 | 56 | 2C |
| Octal | 317 | 254 | 17 | 0 | 21 | 135 | 23 | 61 | 126 | 54 |
| Binary | 11001111 | 10101100 | 1111 | 0 | 10001 | 1011101 | 10011 | 110001 | 1010110 | 101100 |
Color Harmonies of #CFAC0F
Complementary color
Monochromatic Colors of #CFAC0F
Black with #CFAC0F
Text Example
Text Example
White with #CFAC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC0F; }
p { color: rgb(207,172,15); }
H1.HeaderClassName
{
color: #CFAC0F;
}
.AnyTagClassName
{
color: #CFAC0F;
}
</style>
background-color css
<style>
a { background-color: #CFAC0F; }
a { background-color: rgb(207,172,15); }
div.DivClassName
{
background-color: #CFAC0F;
}
.BgClassName
{
background-color: #CFAC0F;
}
</style>
border-color css
<style>
span { border-color: #CFAC0F; }
span { border-color: rgb(207,172,15); }
td.TdClassName
{
border-color: #CFAC0F;
}
.TagClassName
{
border-color: #CFAC0F;
}
</style>