Shades of Galliano #CDA21A
Tints of Galliano #CDA21A
RGB
CMYK
RGB Variations
Color information
#CDA21A (or 0xCDA21A) is known color: Galliano. HEX triplet: CD, A2 and 1A. RGB value is (205,162,26). Sum of RGB (Red+Green+Blue) = 205+162+26=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA21A is #325DE5. Grayscale: #9F9F9F. Windows color (decimal): -3300838 or 1745613. OLE color: 1745613.
HSL color Cylindrical-coordinate representation of color #CDA21A: hue angle of 45.59º 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 #CDA21A is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 26 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.20 |
| HSL | 45.59º | 0.77% | 0.45% | - |
| HSV(B) | 45.59º | 0.87% | 0.8% | - |
| XYZ | 38.28 | 38.89 | 6.47 | - |
| YUV | 159.35 | 52.75 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 26 | 0 | 0.21 | 0.87 | 0.20 | 45.59 | 0.77 | 0.45 |
| Hex | CD | A2 | 1A | 0 | 15 | 57 | 14 | 2E | 4D | 2D |
| Octal | 315 | 242 | 32 | 0 | 25 | 127 | 24 | 56 | 115 | 55 |
| Binary | 11001101 | 10100010 | 11010 | 0 | 10101 | 1010111 | 10100 | 101110 | 1001101 | 101101 |
Color Harmonies of #CDA21A
Complementary color
Monochromatic Colors of #CDA21A
Black with #CDA21A
Text Example
Text Example
White with #CDA21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA21A; }
p { color: rgb(205,162,26); }
H1.HeaderClassName
{
color: #CDA21A;
}
.AnyTagClassName
{
color: #CDA21A;
}
</style>
background-color css
<style>
a { background-color: #CDA21A; }
a { background-color: rgb(205,162,26); }
div.DivClassName
{
background-color: #CDA21A;
}
.BgClassName
{
background-color: #CDA21A;
}
</style>
border-color css
<style>
span { border-color: #CDA21A; }
span { border-color: rgb(205,162,26); }
td.TdClassName
{
border-color: #CDA21A;
}
.TagClassName
{
border-color: #CDA21A;
}
</style>