Shades of Galliano #CDA31C
Tints of Galliano #CDA31C
RGB
CMYK
RGB Variations
Color information
#CDA31C (or 0xCDA31C) is known color: Galliano. HEX triplet: CD, A3 and 1C. RGB value is (205,163,28). Sum of RGB (Red+Green+Blue) = 205+163+28=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA31C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA31C is #325CE3. Grayscale: #A0A0A0. Windows color (decimal): -3300580 or 1876941. OLE color: 1876941.
HSL color Cylindrical-coordinate representation of color #CDA31C: hue angle of 45.76º 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 #CDA31C is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 28 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.20 |
| HSL | 45.76º | 0.76% | 0.46% | - |
| HSV(B) | 45.76º | 0.86% | 0.8% | - |
| XYZ | 38.48 | 39.26 | 6.65 | - |
| YUV | 160.17 | 53.41 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 28 | 0 | 0.20 | 0.86 | 0.20 | 45.76 | 0.76 | 0.46 |
| Hex | CD | A3 | 1C | 0 | 14 | 56 | 14 | 2E | 4C | 2E |
| Octal | 315 | 243 | 34 | 0 | 24 | 126 | 24 | 56 | 114 | 56 |
| Binary | 11001101 | 10100011 | 11100 | 0 | 10100 | 1010110 | 10100 | 101110 | 1001100 | 101110 |
Color Harmonies of #CDA31C
Complementary color
Monochromatic Colors of #CDA31C
Black with #CDA31C
Text Example
Text Example
White with #CDA31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA31C; }
p { color: rgb(205,163,28); }
H1.HeaderClassName
{
color: #CDA31C;
}
.AnyTagClassName
{
color: #CDA31C;
}
</style>
background-color css
<style>
a { background-color: #CDA31C; }
a { background-color: rgb(205,163,28); }
div.DivClassName
{
background-color: #CDA31C;
}
.BgClassName
{
background-color: #CDA31C;
}
</style>
border-color css
<style>
span { border-color: #CDA31C; }
span { border-color: rgb(205,163,28); }
td.TdClassName
{
border-color: #CDA31C;
}
.TagClassName
{
border-color: #CDA31C;
}
</style>