Shades of Galliano #CFA62D
Tints of Galliano #CFA62D
RGB
CMYK
RGB Variations
Color information
#CFA62D (or 0xCFA62D) is known color: Galliano. HEX triplet: CF, A6 and 2D. RGB value is (207,166,45). Sum of RGB (Red+Green+Blue) = 207+166+45=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA62D is #3059D2. Grayscale: #A4A4A4. Windows color (decimal): -3168723 or 2991823. OLE color: 2991823.
HSL color Cylindrical-coordinate representation of color #CFA62D: hue angle of 44.81º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFA62D is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 45 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.19 |
| HSL | 44.81º | 0.64% | 0.49% | - |
| HSV(B) | 44.81º | 0.78% | 0.81% | - |
| XYZ | 39.84 | 40.73 | 8.24 | - |
| YUV | 164.47 | 60.58 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 45 | 0 | 0.20 | 0.78 | 0.19 | 44.81 | 0.64 | 0.49 |
| Hex | CF | A6 | 2D | 0 | 14 | 4E | 13 | 2D | 40 | 31 |
| Octal | 317 | 246 | 55 | 0 | 24 | 116 | 23 | 55 | 100 | 61 |
| Binary | 11001111 | 10100110 | 101101 | 0 | 10100 | 1001110 | 10011 | 101101 | 1000000 | 110001 |
Color Harmonies of #CFA62D
Complementary color
Monochromatic Colors of #CFA62D
Black with #CFA62D
Text Example
Text Example
White with #CFA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA62D; }
p { color: rgb(207,166,45); }
H1.HeaderClassName
{
color: #CFA62D;
}
.AnyTagClassName
{
color: #CFA62D;
}
</style>
background-color css
<style>
a { background-color: #CFA62D; }
a { background-color: rgb(207,166,45); }
div.DivClassName
{
background-color: #CFA62D;
}
.BgClassName
{
background-color: #CFA62D;
}
</style>
border-color css
<style>
span { border-color: #CFA62D; }
span { border-color: rgb(207,166,45); }
td.TdClassName
{
border-color: #CFA62D;
}
.TagClassName
{
border-color: #CFA62D;
}
</style>