Shades of Galliano #CFA30D
Tints of Galliano #CFA30D
RGB
CMYK
RGB Variations
Color information
#CFA30D (or 0xCFA30D) is known color: Galliano. HEX triplet: CF, A3 and 0D. RGB value is (207,163,13). Sum of RGB (Red+Green+Blue) = 207+163+13=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA30D is #305CF2. Grayscale: #9F9F9F. Windows color (decimal): -3169523 or 893903. OLE color: 893903.
HSL color Cylindrical-coordinate representation of color #CFA30D: hue angle of 46.39º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFA30D is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 13 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.19 |
| HSL | 46.39º | 0.88% | 0.43% | - |
| HSV(B) | 46.39º | 0.94% | 0.81% | - |
| XYZ | 38.9 | 39.49 | 5.95 | - |
| YUV | 159.06 | 45.58 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 13 | 0 | 0.21 | 0.94 | 0.19 | 46.39 | 0.88 | 0.43 |
| Hex | CF | A3 | D | 0 | 15 | 5E | 13 | 2E | 58 | 2B |
| Octal | 317 | 243 | 15 | 0 | 25 | 136 | 23 | 56 | 130 | 53 |
| Binary | 11001111 | 10100011 | 1101 | 0 | 10101 | 1011110 | 10011 | 101110 | 1011000 | 101011 |
Color Harmonies of #CFA30D
Complementary color
Monochromatic Colors of #CFA30D
Black with #CFA30D
Text Example
Text Example
White with #CFA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA30D; }
p { color: rgb(207,163,13); }
H1.HeaderClassName
{
color: #CFA30D;
}
.AnyTagClassName
{
color: #CFA30D;
}
</style>
background-color css
<style>
a { background-color: #CFA30D; }
a { background-color: rgb(207,163,13); }
div.DivClassName
{
background-color: #CFA30D;
}
.BgClassName
{
background-color: #CFA30D;
}
</style>
border-color css
<style>
span { border-color: #CFA30D; }
span { border-color: rgb(207,163,13); }
td.TdClassName
{
border-color: #CFA30D;
}
.TagClassName
{
border-color: #CFA30D;
}
</style>