Shades of Galliano #CFAA12
Tints of Galliano #CFAA12
RGB
CMYK
RGB Variations
Color information
#CFAA12 (or 0xCFAA12) is known color: Galliano. HEX triplet: CF, AA and 12. RGB value is (207,170,18). Sum of RGB (Red+Green+Blue) = 207+170+18=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAA12 is #3055ED. Grayscale: #A4A4A4. Windows color (decimal): -3167726 or 1223375. OLE color: 1223375.
HSL color Cylindrical-coordinate representation of color #CFAA12: hue angle of 48.25º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFAA12 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 18 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.19 |
| HSL | 48.25º | 0.84% | 0.44% | - |
| HSV(B) | 48.25º | 0.91% | 0.81% | - |
| XYZ | 40.22 | 42.06 | 6.57 | - |
| YUV | 163.74 | 45.76 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 18 | 0 | 0.18 | 0.91 | 0.19 | 48.25 | 0.84 | 0.44 |
| Hex | CF | AA | 12 | 0 | 12 | 5B | 13 | 30 | 54 | 2C |
| Octal | 317 | 252 | 22 | 0 | 22 | 133 | 23 | 60 | 124 | 54 |
| Binary | 11001111 | 10101010 | 10010 | 0 | 10010 | 1011011 | 10011 | 110000 | 1010100 | 101100 |
Color Harmonies of #CFAA12
Complementary color
Monochromatic Colors of #CFAA12
Black with #CFAA12
Text Example
Text Example
White with #CFAA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA12; }
p { color: rgb(207,170,18); }
H1.HeaderClassName
{
color: #CFAA12;
}
.AnyTagClassName
{
color: #CFAA12;
}
</style>
background-color css
<style>
a { background-color: #CFAA12; }
a { background-color: rgb(207,170,18); }
div.DivClassName
{
background-color: #CFAA12;
}
.BgClassName
{
background-color: #CFAA12;
}
</style>
border-color css
<style>
span { border-color: #CFAA12; }
span { border-color: rgb(207,170,18); }
td.TdClassName
{
border-color: #CFAA12;
}
.TagClassName
{
border-color: #CFAA12;
}
</style>