Shades of Galliano #CDA21C
Tints of Galliano #CDA21C
RGB
CMYK
RGB Variations
Color information
#CDA21C (or 0xCDA21C) is known color: Galliano. HEX triplet: CD, A2 and 1C. RGB value is (205,162,28). Sum of RGB (Red+Green+Blue) = 205+162+28=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA21C is #325DE3. Grayscale: #A0A0A0. Windows color (decimal): -3300836 or 1876685. OLE color: 1876685.
HSL color Cylindrical-coordinate representation of color #CDA21C: hue angle of 45.42º 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 #CDA21C is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 28 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.20 |
| HSL | 45.42º | 0.76% | 0.46% | - |
| HSV(B) | 45.42º | 0.86% | 0.8% | - |
| XYZ | 38.31 | 38.9 | 6.59 | - |
| YUV | 159.58 | 53.75 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 28 | 0 | 0.21 | 0.86 | 0.20 | 45.42 | 0.76 | 0.46 |
| Hex | CD | A2 | 1C | 0 | 15 | 56 | 14 | 2D | 4C | 2E |
| Octal | 315 | 242 | 34 | 0 | 25 | 126 | 24 | 55 | 114 | 56 |
| Binary | 11001101 | 10100010 | 11100 | 0 | 10101 | 1010110 | 10100 | 101101 | 1001100 | 101110 |
Color Harmonies of #CDA21C
Complementary color
Monochromatic Colors of #CDA21C
Black with #CDA21C
Text Example
Text Example
White with #CDA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA21C; }
p { color: rgb(205,162,28); }
H1.HeaderClassName
{
color: #CDA21C;
}
.AnyTagClassName
{
color: #CDA21C;
}
</style>
background-color css
<style>
a { background-color: #CDA21C; }
a { background-color: rgb(205,162,28); }
div.DivClassName
{
background-color: #CDA21C;
}
.BgClassName
{
background-color: #CDA21C;
}
</style>
border-color css
<style>
span { border-color: #CDA21C; }
span { border-color: rgb(205,162,28); }
td.TdClassName
{
border-color: #CDA21C;
}
.TagClassName
{
border-color: #CDA21C;
}
</style>