Shades of Galliano #CDA318
Tints of Galliano #CDA318
RGB
CMYK
RGB Variations
Color information
#CDA318 (or 0xCDA318) is known color: Galliano. HEX triplet: CD, A3 and 18. RGB value is (205,163,24). Sum of RGB (Red+Green+Blue) = 205+163+24=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA318 is #325CE7. Grayscale: #A0A0A0. Windows color (decimal): -3300584 or 1614797. OLE color: 1614797.
HSL color Cylindrical-coordinate representation of color #CDA318: hue angle of 46.08º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDA318 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 24 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.20 |
| HSL | 46.08º | 0.79% | 0.45% | - |
| HSV(B) | 46.08º | 0.88% | 0.8% | - |
| XYZ | 38.44 | 39.24 | 6.41 | - |
| YUV | 159.71 | 51.41 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 24 | 0 | 0.20 | 0.88 | 0.20 | 46.08 | 0.79 | 0.45 |
| Hex | CD | A3 | 18 | 0 | 14 | 58 | 14 | 2E | 4F | 2D |
| Octal | 315 | 243 | 30 | 0 | 24 | 130 | 24 | 56 | 117 | 55 |
| Binary | 11001101 | 10100011 | 11000 | 0 | 10100 | 1011000 | 10100 | 101110 | 1001111 | 101101 |
Color Harmonies of #CDA318
Complementary color
Monochromatic Colors of #CDA318
Black with #CDA318
Text Example
Text Example
White with #CDA318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA318; }
p { color: rgb(205,163,24); }
H1.HeaderClassName
{
color: #CDA318;
}
.AnyTagClassName
{
color: #CDA318;
}
</style>
background-color css
<style>
a { background-color: #CDA318; }
a { background-color: rgb(205,163,24); }
div.DivClassName
{
background-color: #CDA318;
}
.BgClassName
{
background-color: #CDA318;
}
</style>
border-color css
<style>
span { border-color: #CDA318; }
span { border-color: rgb(205,163,24); }
td.TdClassName
{
border-color: #CDA318;
}
.TagClassName
{
border-color: #CDA318;
}
</style>