Shades of Galliano #CDB122
Tints of Galliano #CDB122
RGB
CMYK
RGB Variations
Color information
#CDB122 (or 0xCDB122) is known color: Galliano. HEX triplet: CD, B1 and 22. RGB value is (205,177,34). Sum of RGB (Red+Green+Blue) = 205+177+34=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB122 is #324EDD. Grayscale: #A9A9A9. Windows color (decimal): -3296990 or 2273741. OLE color: 2273741.
HSL color Cylindrical-coordinate representation of color #CDB122: hue angle of 50.18º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDB122 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 34 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.20 |
| HSL | 50.18º | 0.72% | 0.47% | - |
| HSV(B) | 50.18º | 0.83% | 0.8% | - |
| XYZ | 41.19 | 44.54 | 7.94 | - |
| YUV | 169.07 | 51.78 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 34 | 0 | 0.14 | 0.83 | 0.20 | 50.18 | 0.72 | 0.47 |
| Hex | CD | B1 | 22 | 0 | E | 53 | 14 | 32 | 48 | 2F |
| Octal | 315 | 261 | 42 | 0 | 16 | 123 | 24 | 62 | 110 | 57 |
| Binary | 11001101 | 10110001 | 100010 | 0 | 1110 | 1010011 | 10100 | 110010 | 1001000 | 101111 |
Color Harmonies of #CDB122
Complementary color
Monochromatic Colors of #CDB122
Black with #CDB122
Text Example
Text Example
White with #CDB122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB122; }
p { color: rgb(205,177,34); }
H1.HeaderClassName
{
color: #CDB122;
}
.AnyTagClassName
{
color: #CDB122;
}
</style>
background-color css
<style>
a { background-color: #CDB122; }
a { background-color: rgb(205,177,34); }
div.DivClassName
{
background-color: #CDB122;
}
.BgClassName
{
background-color: #CDB122;
}
</style>
border-color css
<style>
span { border-color: #CDB122; }
span { border-color: rgb(205,177,34); }
td.TdClassName
{
border-color: #CDB122;
}
.TagClassName
{
border-color: #CDB122;
}
</style>