Shades of Galliano #CFA42D
Tints of Galliano #CFA42D
RGB
CMYK
RGB Variations
Color information
#CFA42D (or 0xCFA42D) is known color: Galliano. HEX triplet: CF, A4 and 2D. RGB value is (207,164,45). Sum of RGB (Red+Green+Blue) = 207+164+45=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA42D is #305BD2. Grayscale: #A3A3A3. Windows color (decimal): -3169235 or 2991311. OLE color: 2991311.
HSL color Cylindrical-coordinate representation of color #CFA42D: hue angle of 44.07º 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 #CFA42D is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 45 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.19 |
| HSL | 44.07º | 0.64% | 0.49% | - |
| HSV(B) | 44.07º | 0.78% | 0.81% | - |
| XYZ | 39.48 | 40.01 | 8.12 | - |
| YUV | 163.29 | 61.25 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 45 | 0 | 0.21 | 0.78 | 0.19 | 44.07 | 0.64 | 0.49 |
| Hex | CF | A4 | 2D | 0 | 15 | 4E | 13 | 2C | 40 | 31 |
| Octal | 317 | 244 | 55 | 0 | 25 | 116 | 23 | 54 | 100 | 61 |
| Binary | 11001111 | 10100100 | 101101 | 0 | 10101 | 1001110 | 10011 | 101100 | 1000000 | 110001 |
Color Harmonies of #CFA42D
Complementary color
Monochromatic Colors of #CFA42D
Black with #CFA42D
Text Example
Text Example
White with #CFA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA42D; }
p { color: rgb(207,164,45); }
H1.HeaderClassName
{
color: #CFA42D;
}
.AnyTagClassName
{
color: #CFA42D;
}
</style>
background-color css
<style>
a { background-color: #CFA42D; }
a { background-color: rgb(207,164,45); }
div.DivClassName
{
background-color: #CFA42D;
}
.BgClassName
{
background-color: #CFA42D;
}
</style>
border-color css
<style>
span { border-color: #CFA42D; }
span { border-color: rgb(207,164,45); }
td.TdClassName
{
border-color: #CFA42D;
}
.TagClassName
{
border-color: #CFA42D;
}
</style>