Shades of Galliano #CFA80F
Tints of Galliano #CFA80F
RGB
CMYK
RGB Variations
Color information
#CFA80F (or 0xCFA80F) is known color: Galliano. HEX triplet: CF, A8 and 0F. RGB value is (207,168,15). Sum of RGB (Red+Green+Blue) = 207+168+15=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA80F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA80F is #3057F0. Grayscale: #A2A2A2. Windows color (decimal): -3168241 or 1026255. OLE color: 1026255.
HSL color Cylindrical-coordinate representation of color #CFA80F: hue angle of 47.81º 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 #CFA80F is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 15 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.19 |
| HSL | 47.81º | 0.86% | 0.44% | - |
| HSV(B) | 47.81º | 0.93% | 0.81% | - |
| XYZ | 39.82 | 41.31 | 6.33 | - |
| YUV | 162.22 | 44.92 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 15 | 0 | 0.19 | 0.93 | 0.19 | 47.81 | 0.86 | 0.44 |
| Hex | CF | A8 | F | 0 | 13 | 5D | 13 | 30 | 56 | 2C |
| Octal | 317 | 250 | 17 | 0 | 23 | 135 | 23 | 60 | 126 | 54 |
| Binary | 11001111 | 10101000 | 1111 | 0 | 10011 | 1011101 | 10011 | 110000 | 1010110 | 101100 |
Color Harmonies of #CFA80F
Complementary color
Monochromatic Colors of #CFA80F
Black with #CFA80F
Text Example
Text Example
White with #CFA80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA80F; }
p { color: rgb(207,168,15); }
H1.HeaderClassName
{
color: #CFA80F;
}
.AnyTagClassName
{
color: #CFA80F;
}
</style>
background-color css
<style>
a { background-color: #CFA80F; }
a { background-color: rgb(207,168,15); }
div.DivClassName
{
background-color: #CFA80F;
}
.BgClassName
{
background-color: #CFA80F;
}
</style>
border-color css
<style>
span { border-color: #CFA80F; }
span { border-color: rgb(207,168,15); }
td.TdClassName
{
border-color: #CFA80F;
}
.TagClassName
{
border-color: #CFA80F;
}
</style>