Shades of Galliano #CDA82C
Tints of Galliano #CDA82C
RGB
CMYK
RGB Variations
Color information
#CDA82C (or 0xCDA82C) is known color: Galliano. HEX triplet: CD, A8 and 2C. RGB value is (205,168,44). Sum of RGB (Red+Green+Blue) = 205+168+44=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA82C is #3257D3. Grayscale: #A5A5A5. Windows color (decimal): -3299284 or 2926797. OLE color: 2926797.
HSL color Cylindrical-coordinate representation of color #CDA82C: hue angle of 46.21º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDA82C is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 44 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.20 |
| HSL | 46.21º | 0.65% | 0.49% | - |
| HSV(B) | 46.21º | 0.79% | 0.8% | - |
| XYZ | 39.63 | 41.17 | 8.24 | - |
| YUV | 164.93 | 59.76 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 44 | 0 | 0.18 | 0.79 | 0.20 | 46.21 | 0.65 | 0.49 |
| Hex | CD | A8 | 2C | 0 | 12 | 4F | 14 | 2E | 41 | 31 |
| Octal | 315 | 250 | 54 | 0 | 22 | 117 | 24 | 56 | 101 | 61 |
| Binary | 11001101 | 10101000 | 101100 | 0 | 10010 | 1001111 | 10100 | 101110 | 1000001 | 110001 |
Color Harmonies of #CDA82C
Complementary color
Monochromatic Colors of #CDA82C
Black with #CDA82C
Text Example
Text Example
White with #CDA82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA82C; }
p { color: rgb(205,168,44); }
H1.HeaderClassName
{
color: #CDA82C;
}
.AnyTagClassName
{
color: #CDA82C;
}
</style>
background-color css
<style>
a { background-color: #CDA82C; }
a { background-color: rgb(205,168,44); }
div.DivClassName
{
background-color: #CDA82C;
}
.BgClassName
{
background-color: #CDA82C;
}
</style>
border-color css
<style>
span { border-color: #CDA82C; }
span { border-color: rgb(205,168,44); }
td.TdClassName
{
border-color: #CDA82C;
}
.TagClassName
{
border-color: #CDA82C;
}
</style>