Shades of Galliano #CDA81D
Tints of Galliano #CDA81D
RGB
CMYK
RGB Variations
Color information
#CDA81D (or 0xCDA81D) is known color: Galliano. HEX triplet: CD, A8 and 1D. RGB value is (205,168,29). Sum of RGB (Red+Green+Blue) = 205+168+29=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA81D is #3257E2. Grayscale: #A3A3A3. Windows color (decimal): -3299299 or 1943757. OLE color: 1943757.
HSL color Cylindrical-coordinate representation of color #CDA81D: hue angle of 47.39º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDA81D is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 29 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.20 |
| HSL | 47.39º | 0.75% | 0.46% | - |
| HSV(B) | 47.39º | 0.86% | 0.8% | - |
| XYZ | 39.4 | 41.07 | 7.01 | - |
| YUV | 163.22 | 52.26 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 29 | 0 | 0.18 | 0.86 | 0.20 | 47.39 | 0.75 | 0.46 |
| Hex | CD | A8 | 1D | 0 | 12 | 56 | 14 | 2F | 4B | 2E |
| Octal | 315 | 250 | 35 | 0 | 22 | 126 | 24 | 57 | 113 | 56 |
| Binary | 11001101 | 10101000 | 11101 | 0 | 10010 | 1010110 | 10100 | 101111 | 1001011 | 101110 |
Color Harmonies of #CDA81D
Complementary color
Monochromatic Colors of #CDA81D
Black with #CDA81D
Text Example
Text Example
White with #CDA81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA81D; }
p { color: rgb(205,168,29); }
H1.HeaderClassName
{
color: #CDA81D;
}
.AnyTagClassName
{
color: #CDA81D;
}
</style>
background-color css
<style>
a { background-color: #CDA81D; }
a { background-color: rgb(205,168,29); }
div.DivClassName
{
background-color: #CDA81D;
}
.BgClassName
{
background-color: #CDA81D;
}
</style>
border-color css
<style>
span { border-color: #CDA81D; }
span { border-color: rgb(205,168,29); }
td.TdClassName
{
border-color: #CDA81D;
}
.TagClassName
{
border-color: #CDA81D;
}
</style>