Shades of Galliano #CDA817
Tints of Galliano #CDA817
RGB
CMYK
RGB Variations
Color information
#CDA817 (or 0xCDA817) is known color: Galliano. HEX triplet: CD, A8 and 17. RGB value is (205,168,23). Sum of RGB (Red+Green+Blue) = 205+168+23=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA817 is #3257E8. Grayscale: #A3A3A3. Windows color (decimal): -3299305 or 1550541. OLE color: 1550541.
HSL color Cylindrical-coordinate representation of color #CDA817: hue angle of 47.8º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDA817 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 23 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.20 |
| HSL | 47.8º | 0.8% | 0.45% | - |
| HSV(B) | 47.8º | 0.89% | 0.8% | - |
| XYZ | 39.33 | 41.05 | 6.66 | - |
| YUV | 162.53 | 49.26 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 23 | 0 | 0.18 | 0.89 | 0.20 | 47.8 | 0.8 | 0.45 |
| Hex | CD | A8 | 17 | 0 | 12 | 59 | 14 | 30 | 50 | 2D |
| Octal | 315 | 250 | 27 | 0 | 22 | 131 | 24 | 60 | 120 | 55 |
| Binary | 11001101 | 10101000 | 10111 | 0 | 10010 | 1011001 | 10100 | 110000 | 1010000 | 101101 |
Color Harmonies of #CDA817
Complementary color
Monochromatic Colors of #CDA817
Black with #CDA817
Text Example
Text Example
White with #CDA817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA817; }
p { color: rgb(205,168,23); }
H1.HeaderClassName
{
color: #CDA817;
}
.AnyTagClassName
{
color: #CDA817;
}
</style>
background-color css
<style>
a { background-color: #CDA817; }
a { background-color: rgb(205,168,23); }
div.DivClassName
{
background-color: #CDA817;
}
.BgClassName
{
background-color: #CDA817;
}
</style>
border-color css
<style>
span { border-color: #CDA817; }
span { border-color: rgb(205,168,23); }
td.TdClassName
{
border-color: #CDA817;
}
.TagClassName
{
border-color: #CDA817;
}
</style>