Shades of Galliano #CDA12E
Tints of Galliano #CDA12E
RGB
CMYK
RGB Variations
Color information
#CDA12E (or 0xCDA12E) is known color: Galliano. HEX triplet: CD, A1 and 2E. RGB value is (205,161,46). Sum of RGB (Red+Green+Blue) = 205+161+46=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA12E is #325ED1. Grayscale: #A1A1A1. Windows color (decimal): -3301074 or 3056077. OLE color: 3056077.
HSL color Cylindrical-coordinate representation of color #CDA12E: hue angle of 43.4º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDA12E is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 46 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.20 |
| HSL | 43.4º | 0.63% | 0.49% | - |
| HSV(B) | 43.4º | 0.78% | 0.8% | - |
| XYZ | 38.41 | 38.67 | 8.02 | - |
| YUV | 161.05 | 63.08 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 46 | 0 | 0.21 | 0.78 | 0.20 | 43.4 | 0.63 | 0.49 |
| Hex | CD | A1 | 2E | 0 | 15 | 4E | 14 | 2B | 3F | 31 |
| Octal | 315 | 241 | 56 | 0 | 25 | 116 | 24 | 53 | 77 | 61 |
| Binary | 11001101 | 10100001 | 101110 | 0 | 10101 | 1001110 | 10100 | 101011 | 111111 | 110001 |
Color Harmonies of #CDA12E
Complementary color
Monochromatic Colors of #CDA12E
Black with #CDA12E
Text Example
Text Example
White with #CDA12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA12E; }
p { color: rgb(205,161,46); }
H1.HeaderClassName
{
color: #CDA12E;
}
.AnyTagClassName
{
color: #CDA12E;
}
</style>
background-color css
<style>
a { background-color: #CDA12E; }
a { background-color: rgb(205,161,46); }
div.DivClassName
{
background-color: #CDA12E;
}
.BgClassName
{
background-color: #CDA12E;
}
</style>
border-color css
<style>
span { border-color: #CDA12E; }
span { border-color: rgb(205,161,46); }
td.TdClassName
{
border-color: #CDA12E;
}
.TagClassName
{
border-color: #CDA12E;
}
</style>