Shades of Galliano #CFA21B
Tints of Galliano #CFA21B
RGB
CMYK
RGB Variations
Color information
#CFA21B (or 0xCFA21B) is known color: Galliano. HEX triplet: CF, A2 and 1B. RGB value is (207,162,27). Sum of RGB (Red+Green+Blue) = 207+162+27=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA21B is #305DE4. Grayscale: #A0A0A0. Windows color (decimal): -3169765 or 1811151. OLE color: 1811151.
HSL color Cylindrical-coordinate representation of color #CFA21B: hue angle of 45º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFA21B is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 27 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.19 |
| HSL | 45º | 0.77% | 0.46% | - |
| HSV(B) | 45º | 0.87% | 0.81% | - |
| XYZ | 38.85 | 39.19 | 6.55 | - |
| YUV | 160.07 | 52.91 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 27 | 0 | 0.22 | 0.87 | 0.19 | 45 | 0.77 | 0.46 |
| Hex | CF | A2 | 1B | 0 | 16 | 57 | 13 | 2D | 4D | 2E |
| Octal | 317 | 242 | 33 | 0 | 26 | 127 | 23 | 55 | 115 | 56 |
| Binary | 11001111 | 10100010 | 11011 | 0 | 10110 | 1010111 | 10011 | 101101 | 1001101 | 101110 |
Color Harmonies of #CFA21B
Complementary color
Monochromatic Colors of #CFA21B
Black with #CFA21B
Text Example
Text Example
White with #CFA21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA21B; }
p { color: rgb(207,162,27); }
H1.HeaderClassName
{
color: #CFA21B;
}
.AnyTagClassName
{
color: #CFA21B;
}
</style>
background-color css
<style>
a { background-color: #CFA21B; }
a { background-color: rgb(207,162,27); }
div.DivClassName
{
background-color: #CFA21B;
}
.BgClassName
{
background-color: #CFA21B;
}
</style>
border-color css
<style>
span { border-color: #CFA21B; }
span { border-color: rgb(207,162,27); }
td.TdClassName
{
border-color: #CFA21B;
}
.TagClassName
{
border-color: #CFA21B;
}
</style>