Shades of Galliano #CDA80D
Tints of Galliano #CDA80D
RGB
CMYK
RGB Variations
Color information
#CDA80D (or 0xCDA80D) is known color: Galliano. HEX triplet: CD, A8 and 0D. RGB value is (205,168,13). Sum of RGB (Red+Green+Blue) = 205+168+13=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA80D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA80D is #3257F2. Grayscale: #A2A2A2. Windows color (decimal): -3299315 or 895181. OLE color: 895181.
HSL color Cylindrical-coordinate representation of color #CDA80D: hue angle of 48.44º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDA80D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 13 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.20 |
| HSL | 48.44º | 0.88% | 0.43% | - |
| HSV(B) | 48.44º | 0.94% | 0.8% | - |
| XYZ | 39.25 | 41.01 | 6.23 | - |
| YUV | 161.39 | 44.26 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 13 | 0 | 0.18 | 0.94 | 0.20 | 48.44 | 0.88 | 0.43 |
| Hex | CD | A8 | D | 0 | 12 | 5E | 14 | 30 | 58 | 2B |
| Octal | 315 | 250 | 15 | 0 | 22 | 136 | 24 | 60 | 130 | 53 |
| Binary | 11001101 | 10101000 | 1101 | 0 | 10010 | 1011110 | 10100 | 110000 | 1011000 | 101011 |
Color Harmonies of #CDA80D
Complementary color
Monochromatic Colors of #CDA80D
Black with #CDA80D
Text Example
Text Example
White with #CDA80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA80D; }
p { color: rgb(205,168,13); }
H1.HeaderClassName
{
color: #CDA80D;
}
.AnyTagClassName
{
color: #CDA80D;
}
</style>
background-color css
<style>
a { background-color: #CDA80D; }
a { background-color: rgb(205,168,13); }
div.DivClassName
{
background-color: #CDA80D;
}
.BgClassName
{
background-color: #CDA80D;
}
</style>
border-color css
<style>
span { border-color: #CDA80D; }
span { border-color: rgb(205,168,13); }
td.TdClassName
{
border-color: #CDA80D;
}
.TagClassName
{
border-color: #CDA80D;
}
</style>