Shades of Galliano #CDA81C
Tints of Galliano #CDA81C
RGB
CMYK
RGB Variations
Color information
#CDA81C (or 0xCDA81C) is known color: Galliano. HEX triplet: CD, A8 and 1C. RGB value is (205,168,28). Sum of RGB (Red+Green+Blue) = 205+168+28=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA81C is #3257E3. Grayscale: #A3A3A3. Windows color (decimal): -3299300 or 1878221. OLE color: 1878221.
HSL color Cylindrical-coordinate representation of color #CDA81C: hue angle of 47.46º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDA81C is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 28 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.20 |
| HSL | 47.46º | 0.76% | 0.46% | - |
| HSV(B) | 47.46º | 0.86% | 0.8% | - |
| XYZ | 39.39 | 41.07 | 6.95 | - |
| YUV | 163.1 | 51.76 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 28 | 0 | 0.18 | 0.86 | 0.20 | 47.46 | 0.76 | 0.46 |
| Hex | CD | A8 | 1C | 0 | 12 | 56 | 14 | 2F | 4C | 2E |
| Octal | 315 | 250 | 34 | 0 | 22 | 126 | 24 | 57 | 114 | 56 |
| Binary | 11001101 | 10101000 | 11100 | 0 | 10010 | 1010110 | 10100 | 101111 | 1001100 | 101110 |
Color Harmonies of #CDA81C
Complementary color
Monochromatic Colors of #CDA81C
Black with #CDA81C
Text Example
Text Example
White with #CDA81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA81C; }
p { color: rgb(205,168,28); }
H1.HeaderClassName
{
color: #CDA81C;
}
.AnyTagClassName
{
color: #CDA81C;
}
</style>
background-color css
<style>
a { background-color: #CDA81C; }
a { background-color: rgb(205,168,28); }
div.DivClassName
{
background-color: #CDA81C;
}
.BgClassName
{
background-color: #CDA81C;
}
</style>
border-color css
<style>
span { border-color: #CDA81C; }
span { border-color: rgb(205,168,28); }
td.TdClassName
{
border-color: #CDA81C;
}
.TagClassName
{
border-color: #CDA81C;
}
</style>