Shades of Galliano #CDA724
Tints of Galliano #CDA724
RGB
CMYK
RGB Variations
Color information
#CDA724 (or 0xCDA724) is known color: Galliano. HEX triplet: CD, A7 and 24. RGB value is (205,167,36). Sum of RGB (Red+Green+Blue) = 205+167+36=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA724 is #3258DB. Grayscale: #A3A3A3. Windows color (decimal): -3299548 or 2402253. OLE color: 2402253.
HSL color Cylindrical-coordinate representation of color #CDA724: hue angle of 46.51º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDA724 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 36 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.20 |
| HSL | 46.51º | 0.7% | 0.47% | - |
| HSV(B) | 46.51º | 0.82% | 0.8% | - |
| XYZ | 39.31 | 40.74 | 7.46 | - |
| YUV | 163.43 | 56.09 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 36 | 0 | 0.19 | 0.82 | 0.20 | 46.51 | 0.7 | 0.47 |
| Hex | CD | A7 | 24 | 0 | 13 | 52 | 14 | 2F | 46 | 2F |
| Octal | 315 | 247 | 44 | 0 | 23 | 122 | 24 | 57 | 106 | 57 |
| Binary | 11001101 | 10100111 | 100100 | 0 | 10011 | 1010010 | 10100 | 101111 | 1000110 | 101111 |
Color Harmonies of #CDA724
Complementary color
Monochromatic Colors of #CDA724
Black with #CDA724
Text Example
Text Example
White with #CDA724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA724; }
p { color: rgb(205,167,36); }
H1.HeaderClassName
{
color: #CDA724;
}
.AnyTagClassName
{
color: #CDA724;
}
</style>
background-color css
<style>
a { background-color: #CDA724; }
a { background-color: rgb(205,167,36); }
div.DivClassName
{
background-color: #CDA724;
}
.BgClassName
{
background-color: #CDA724;
}
</style>
border-color css
<style>
span { border-color: #CDA724; }
span { border-color: rgb(205,167,36); }
td.TdClassName
{
border-color: #CDA724;
}
.TagClassName
{
border-color: #CDA724;
}
</style>