Shades of Galliano #CDA90D
Tints of Galliano #CDA90D
RGB
CMYK
RGB Variations
Color information
#CDA90D (or 0xCDA90D) is known color: Galliano. HEX triplet: CD, A9 and 0D. RGB value is (205,169,13). Sum of RGB (Red+Green+Blue) = 205+169+13=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA90D is #3256F2. Grayscale: #A2A2A2. Windows color (decimal): -3299059 or 895437. OLE color: 895437.
HSL color Cylindrical-coordinate representation of color #CDA90D: hue angle of 48.75º 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 #CDA90D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 13 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.20 |
| HSL | 48.75º | 0.88% | 0.43% | - |
| HSV(B) | 48.75º | 0.94% | 0.8% | - |
| XYZ | 39.44 | 41.38 | 6.29 | - |
| YUV | 161.98 | 43.93 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 13 | 0 | 0.18 | 0.94 | 0.20 | 48.75 | 0.88 | 0.43 |
| Hex | CD | A9 | D | 0 | 12 | 5E | 14 | 31 | 58 | 2B |
| Octal | 315 | 251 | 15 | 0 | 22 | 136 | 24 | 61 | 130 | 53 |
| Binary | 11001101 | 10101001 | 1101 | 0 | 10010 | 1011110 | 10100 | 110001 | 1011000 | 101011 |
Color Harmonies of #CDA90D
Complementary color
Monochromatic Colors of #CDA90D
Black with #CDA90D
Text Example
Text Example
White with #CDA90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA90D; }
p { color: rgb(205,169,13); }
H1.HeaderClassName
{
color: #CDA90D;
}
.AnyTagClassName
{
color: #CDA90D;
}
</style>
background-color css
<style>
a { background-color: #CDA90D; }
a { background-color: rgb(205,169,13); }
div.DivClassName
{
background-color: #CDA90D;
}
.BgClassName
{
background-color: #CDA90D;
}
</style>
border-color css
<style>
span { border-color: #CDA90D; }
span { border-color: rgb(205,169,13); }
td.TdClassName
{
border-color: #CDA90D;
}
.TagClassName
{
border-color: #CDA90D;
}
</style>