Shades of Galliano #CDA81B
Tints of Galliano #CDA81B
RGB
CMYK
RGB Variations
Color information
#CDA81B (or 0xCDA81B) is known color: Galliano. HEX triplet: CD, A8 and 1B. RGB value is (205,168,27). Sum of RGB (Red+Green+Blue) = 205+168+27=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA81B is #3257E4. Grayscale: #A3A3A3. Windows color (decimal): -3299301 or 1812685. OLE color: 1812685.
HSL color Cylindrical-coordinate representation of color #CDA81B: hue angle of 47.53º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDA81B is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 27 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.20 |
| HSL | 47.53º | 0.77% | 0.45% | - |
| HSV(B) | 47.53º | 0.87% | 0.8% | - |
| XYZ | 39.38 | 41.06 | 6.89 | - |
| YUV | 162.99 | 51.26 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 27 | 0 | 0.18 | 0.87 | 0.20 | 47.53 | 0.77 | 0.45 |
| Hex | CD | A8 | 1B | 0 | 12 | 57 | 14 | 30 | 4D | 2D |
| Octal | 315 | 250 | 33 | 0 | 22 | 127 | 24 | 60 | 115 | 55 |
| Binary | 11001101 | 10101000 | 11011 | 0 | 10010 | 1010111 | 10100 | 110000 | 1001101 | 101101 |
Color Harmonies of #CDA81B
Complementary color
Monochromatic Colors of #CDA81B
Black with #CDA81B
Text Example
Text Example
White with #CDA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA81B; }
p { color: rgb(205,168,27); }
H1.HeaderClassName
{
color: #CDA81B;
}
.AnyTagClassName
{
color: #CDA81B;
}
</style>
background-color css
<style>
a { background-color: #CDA81B; }
a { background-color: rgb(205,168,27); }
div.DivClassName
{
background-color: #CDA81B;
}
.BgClassName
{
background-color: #CDA81B;
}
</style>
border-color css
<style>
span { border-color: #CDA81B; }
span { border-color: rgb(205,168,27); }
td.TdClassName
{
border-color: #CDA81B;
}
.TagClassName
{
border-color: #CDA81B;
}
</style>