Shades of Galliano #CDB028
Tints of Galliano #CDB028
RGB
CMYK
RGB Variations
Color information
#CDB028 (or 0xCDB028) is known color: Galliano. HEX triplet: CD, B0 and 28. RGB value is (205,176,40). Sum of RGB (Red+Green+Blue) = 205+176+40=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB028 is #324FD7. Grayscale: #A9A9A9. Windows color (decimal): -3297240 or 2666701. OLE color: 2666701.
HSL color Cylindrical-coordinate representation of color #CDB028: hue angle of 49.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDB028 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 40 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.20 |
| HSL | 49.45º | 0.67% | 0.48% | - |
| HSV(B) | 49.45º | 0.8% | 0.8% | - |
| XYZ | 41.09 | 44.18 | 8.37 | - |
| YUV | 169.17 | 55.11 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 40 | 0 | 0.14 | 0.80 | 0.20 | 49.45 | 0.67 | 0.48 |
| Hex | CD | B0 | 28 | 0 | E | 50 | 14 | 31 | 43 | 30 |
| Octal | 315 | 260 | 50 | 0 | 16 | 120 | 24 | 61 | 103 | 60 |
| Binary | 11001101 | 10110000 | 101000 | 0 | 1110 | 1010000 | 10100 | 110001 | 1000011 | 110000 |
Color Harmonies of #CDB028
Complementary color
Monochromatic Colors of #CDB028
Black with #CDB028
Text Example
Text Example
White with #CDB028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB028; }
p { color: rgb(205,176,40); }
H1.HeaderClassName
{
color: #CDB028;
}
.AnyTagClassName
{
color: #CDB028;
}
</style>
background-color css
<style>
a { background-color: #CDB028; }
a { background-color: rgb(205,176,40); }
div.DivClassName
{
background-color: #CDB028;
}
.BgClassName
{
background-color: #CDB028;
}
</style>
border-color css
<style>
span { border-color: #CDB028; }
span { border-color: rgb(205,176,40); }
td.TdClassName
{
border-color: #CDB028;
}
.TagClassName
{
border-color: #CDB028;
}
</style>