Shades of Galliano #CDA62D
Tints of Galliano #CDA62D
RGB
CMYK
RGB Variations
Color information
#CDA62D (or 0xCDA62D) is known color: Galliano. HEX triplet: CD, A6 and 2D. RGB value is (205,166,45). Sum of RGB (Red+Green+Blue) = 205+166+45=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA62D is #3259D2. Grayscale: #A4A4A4. Windows color (decimal): -3299795 or 2991821. OLE color: 2991821.
HSL color Cylindrical-coordinate representation of color #CDA62D: hue angle of 45.38º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDA62D is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 45 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.20 |
| HSL | 45.38º | 0.64% | 0.49% | - |
| HSV(B) | 45.38º | 0.78% | 0.8% | - |
| XYZ | 39.29 | 40.44 | 8.22 | - |
| YUV | 163.87 | 60.92 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 45 | 0 | 0.19 | 0.78 | 0.20 | 45.38 | 0.64 | 0.49 |
| Hex | CD | A6 | 2D | 0 | 13 | 4E | 14 | 2D | 40 | 31 |
| Octal | 315 | 246 | 55 | 0 | 23 | 116 | 24 | 55 | 100 | 61 |
| Binary | 11001101 | 10100110 | 101101 | 0 | 10011 | 1001110 | 10100 | 101101 | 1000000 | 110001 |
Color Harmonies of #CDA62D
Complementary color
Monochromatic Colors of #CDA62D
Black with #CDA62D
Text Example
Text Example
White with #CDA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA62D; }
p { color: rgb(205,166,45); }
H1.HeaderClassName
{
color: #CDA62D;
}
.AnyTagClassName
{
color: #CDA62D;
}
</style>
background-color css
<style>
a { background-color: #CDA62D; }
a { background-color: rgb(205,166,45); }
div.DivClassName
{
background-color: #CDA62D;
}
.BgClassName
{
background-color: #CDA62D;
}
</style>
border-color css
<style>
span { border-color: #CDA62D; }
span { border-color: rgb(205,166,45); }
td.TdClassName
{
border-color: #CDA62D;
}
.TagClassName
{
border-color: #CDA62D;
}
</style>