Shades of Galliano #CDB021
Tints of Galliano #CDB021
RGB
CMYK
RGB Variations
Color information
#CDB021 (or 0xCDB021) is known color: Galliano. HEX triplet: CD, B0 and 21. RGB value is (205,176,33). Sum of RGB (Red+Green+Blue) = 205+176+33=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB021 is #324FDE. Grayscale: #A8A8A8. Windows color (decimal): -3297247 or 2207949. OLE color: 2207949.
HSL color Cylindrical-coordinate representation of color #CDB021: hue angle of 49.88º 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 #CDB021 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 33 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.20 |
| HSL | 49.88º | 0.72% | 0.47% | - |
| HSV(B) | 49.88º | 0.84% | 0.8% | - |
| XYZ | 40.98 | 44.14 | 7.8 | - |
| YUV | 168.37 | 51.61 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 33 | 0 | 0.14 | 0.84 | 0.20 | 49.88 | 0.72 | 0.47 |
| Hex | CD | B0 | 21 | 0 | E | 54 | 14 | 32 | 48 | 2F |
| Octal | 315 | 260 | 41 | 0 | 16 | 124 | 24 | 62 | 110 | 57 |
| Binary | 11001101 | 10110000 | 100001 | 0 | 1110 | 1010100 | 10100 | 110010 | 1001000 | 101111 |
Color Harmonies of #CDB021
Complementary color
Monochromatic Colors of #CDB021
Black with #CDB021
Text Example
Text Example
White with #CDB021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB021; }
p { color: rgb(205,176,33); }
H1.HeaderClassName
{
color: #CDB021;
}
.AnyTagClassName
{
color: #CDB021;
}
</style>
background-color css
<style>
a { background-color: #CDB021; }
a { background-color: rgb(205,176,33); }
div.DivClassName
{
background-color: #CDB021;
}
.BgClassName
{
background-color: #CDB021;
}
</style>
border-color css
<style>
span { border-color: #CDB021; }
span { border-color: rgb(205,176,33); }
td.TdClassName
{
border-color: #CDB021;
}
.TagClassName
{
border-color: #CDB021;
}
</style>