Shades of Galliano #CFAD2A
Tints of Galliano #CFAD2A
RGB
CMYK
RGB Variations
Color information
#CFAD2A (or 0xCFAD2A) is known color: Galliano. HEX triplet: CF, AD and 2A. RGB value is (207,173,42). Sum of RGB (Red+Green+Blue) = 207+173+42=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD2A is #3052D5. Grayscale: #A8A8A8. Windows color (decimal): -3166934 or 2797007. OLE color: 2797007.
HSL color Cylindrical-coordinate representation of color #CFAD2A: hue angle of 47.64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFAD2A is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 42 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.19 |
| HSL | 47.64º | 0.66% | 0.49% | - |
| HSV(B) | 47.64º | 0.8% | 0.81% | - |
| XYZ | 41.09 | 43.32 | 8.39 | - |
| YUV | 168.23 | 56.76 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 42 | 0 | 0.16 | 0.80 | 0.19 | 47.64 | 0.66 | 0.49 |
| Hex | CF | AD | 2A | 0 | 10 | 50 | 13 | 30 | 42 | 31 |
| Octal | 317 | 255 | 52 | 0 | 20 | 120 | 23 | 60 | 102 | 61 |
| Binary | 11001111 | 10101101 | 101010 | 0 | 10000 | 1010000 | 10011 | 110000 | 1000010 | 110001 |
Color Harmonies of #CFAD2A
Complementary color
Monochromatic Colors of #CFAD2A
Black with #CFAD2A
Text Example
Text Example
White with #CFAD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD2A; }
p { color: rgb(207,173,42); }
H1.HeaderClassName
{
color: #CFAD2A;
}
.AnyTagClassName
{
color: #CFAD2A;
}
</style>
background-color css
<style>
a { background-color: #CFAD2A; }
a { background-color: rgb(207,173,42); }
div.DivClassName
{
background-color: #CFAD2A;
}
.BgClassName
{
background-color: #CFAD2A;
}
</style>
border-color css
<style>
span { border-color: #CFAD2A; }
span { border-color: rgb(207,173,42); }
td.TdClassName
{
border-color: #CFAD2A;
}
.TagClassName
{
border-color: #CFAD2A;
}
</style>