Shades of Galliano #CDA821
Tints of Galliano #CDA821
RGB
CMYK
RGB Variations
Color information
#CDA821 (or 0xCDA821) is known color: Galliano. HEX triplet: CD, A8 and 21. RGB value is (205,168,33). Sum of RGB (Red+Green+Blue) = 205+168+33=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA821 is #3257DE. Grayscale: #A4A4A4. Windows color (decimal): -3299295 or 2205901. OLE color: 2205901.
HSL color Cylindrical-coordinate representation of color #CDA821: hue angle of 47.09º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDA821 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 33 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.20 |
| HSL | 47.09º | 0.72% | 0.47% | - |
| HSV(B) | 47.09º | 0.84% | 0.8% | - |
| XYZ | 39.45 | 41.09 | 7.29 | - |
| YUV | 163.67 | 54.26 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 33 | 0 | 0.18 | 0.84 | 0.20 | 47.09 | 0.72 | 0.47 |
| Hex | CD | A8 | 21 | 0 | 12 | 54 | 14 | 2F | 48 | 2F |
| Octal | 315 | 250 | 41 | 0 | 22 | 124 | 24 | 57 | 110 | 57 |
| Binary | 11001101 | 10101000 | 100001 | 0 | 10010 | 1010100 | 10100 | 101111 | 1001000 | 101111 |
Color Harmonies of #CDA821
Complementary color
Monochromatic Colors of #CDA821
Black with #CDA821
Text Example
Text Example
White with #CDA821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA821; }
p { color: rgb(205,168,33); }
H1.HeaderClassName
{
color: #CDA821;
}
.AnyTagClassName
{
color: #CDA821;
}
</style>
background-color css
<style>
a { background-color: #CDA821; }
a { background-color: rgb(205,168,33); }
div.DivClassName
{
background-color: #CDA821;
}
.BgClassName
{
background-color: #CDA821;
}
</style>
border-color css
<style>
span { border-color: #CDA821; }
span { border-color: rgb(205,168,33); }
td.TdClassName
{
border-color: #CDA821;
}
.TagClassName
{
border-color: #CDA821;
}
</style>