Shades of Galliano #CDA81E
Tints of Galliano #CDA81E
RGB
CMYK
RGB Variations
Color information
#CDA81E (or 0xCDA81E) is known color: Galliano. HEX triplet: CD, A8 and 1E. RGB value is (205,168,30). Sum of RGB (Red+Green+Blue) = 205+168+30=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA81E is #3257E1. Grayscale: #A3A3A3. Windows color (decimal): -3299298 or 2009293. OLE color: 2009293.
HSL color Cylindrical-coordinate representation of color #CDA81E: hue angle of 47.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDA81E is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 30 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.20 |
| HSL | 47.31º | 0.74% | 0.46% | - |
| HSV(B) | 47.31º | 0.85% | 0.8% | - |
| XYZ | 39.41 | 41.08 | 7.08 | - |
| YUV | 163.33 | 52.76 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 30 | 0 | 0.18 | 0.85 | 0.20 | 47.31 | 0.74 | 0.46 |
| Hex | CD | A8 | 1E | 0 | 12 | 55 | 14 | 2F | 4A | 2E |
| Octal | 315 | 250 | 36 | 0 | 22 | 125 | 24 | 57 | 112 | 56 |
| Binary | 11001101 | 10101000 | 11110 | 0 | 10010 | 1010101 | 10100 | 101111 | 1001010 | 101110 |
Color Harmonies of #CDA81E
Complementary color
Monochromatic Colors of #CDA81E
Black with #CDA81E
Text Example
Text Example
White with #CDA81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA81E; }
p { color: rgb(205,168,30); }
H1.HeaderClassName
{
color: #CDA81E;
}
.AnyTagClassName
{
color: #CDA81E;
}
</style>
background-color css
<style>
a { background-color: #CDA81E; }
a { background-color: rgb(205,168,30); }
div.DivClassName
{
background-color: #CDA81E;
}
.BgClassName
{
background-color: #CDA81E;
}
</style>
border-color css
<style>
span { border-color: #CDA81E; }
span { border-color: rgb(205,168,30); }
td.TdClassName
{
border-color: #CDA81E;
}
.TagClassName
{
border-color: #CDA81E;
}
</style>