Shades of Galliano #CDA01A
Tints of Galliano #CDA01A
RGB
CMYK
RGB Variations
Color information
#CDA01A (or 0xCDA01A) is known color: Galliano. HEX triplet: CD, A0 and 1A. RGB value is (205,160,26). Sum of RGB (Red+Green+Blue) = 205+160+26=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA01A is #325FE5. Grayscale: #9E9E9E. Windows color (decimal): -3301350 or 1745101. OLE color: 1745101.
HSL color Cylindrical-coordinate representation of color #CDA01A: hue angle of 44.92º 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 #CDA01A is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 26 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.20 |
| HSL | 44.92º | 0.77% | 0.45% | - |
| HSV(B) | 44.92º | 0.87% | 0.8% | - |
| XYZ | 37.93 | 38.2 | 6.35 | - |
| YUV | 158.18 | 53.41 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 26 | 0 | 0.22 | 0.87 | 0.20 | 44.92 | 0.77 | 0.45 |
| Hex | CD | A0 | 1A | 0 | 16 | 57 | 14 | 2D | 4D | 2D |
| Octal | 315 | 240 | 32 | 0 | 26 | 127 | 24 | 55 | 115 | 55 |
| Binary | 11001101 | 10100000 | 11010 | 0 | 10110 | 1010111 | 10100 | 101101 | 1001101 | 101101 |
Color Harmonies of #CDA01A
Complementary color
Monochromatic Colors of #CDA01A
Black with #CDA01A
Text Example
Text Example
White with #CDA01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA01A; }
p { color: rgb(205,160,26); }
H1.HeaderClassName
{
color: #CDA01A;
}
.AnyTagClassName
{
color: #CDA01A;
}
</style>
background-color css
<style>
a { background-color: #CDA01A; }
a { background-color: rgb(205,160,26); }
div.DivClassName
{
background-color: #CDA01A;
}
.BgClassName
{
background-color: #CDA01A;
}
</style>
border-color css
<style>
span { border-color: #CDA01A; }
span { border-color: rgb(205,160,26); }
td.TdClassName
{
border-color: #CDA01A;
}
.TagClassName
{
border-color: #CDA01A;
}
</style>