Shades of Galliano #CDA12B
Tints of Galliano #CDA12B
RGB
CMYK
RGB Variations
Color information
#CDA12B (or 0xCDA12B) is known color: Galliano. HEX triplet: CD, A1 and 2B. RGB value is (205,161,43). Sum of RGB (Red+Green+Blue) = 205+161+43=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA12B is #325ED4. Grayscale: #A1A1A1. Windows color (decimal): -3301077 or 2859469. OLE color: 2859469.
HSL color Cylindrical-coordinate representation of color #CDA12B: hue angle of 43.7º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDA12B is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 43 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.20 |
| HSL | 43.7º | 0.65% | 0.49% | - |
| HSV(B) | 43.7º | 0.79% | 0.8% | - |
| XYZ | 38.36 | 38.64 | 7.72 | - |
| YUV | 160.7 | 61.58 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 43 | 0 | 0.21 | 0.79 | 0.20 | 43.7 | 0.65 | 0.49 |
| Hex | CD | A1 | 2B | 0 | 15 | 4F | 14 | 2C | 41 | 31 |
| Octal | 315 | 241 | 53 | 0 | 25 | 117 | 24 | 54 | 101 | 61 |
| Binary | 11001101 | 10100001 | 101011 | 0 | 10101 | 1001111 | 10100 | 101100 | 1000001 | 110001 |
Color Harmonies of #CDA12B
Complementary color
Monochromatic Colors of #CDA12B
Black with #CDA12B
Text Example
Text Example
White with #CDA12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA12B; }
p { color: rgb(205,161,43); }
H1.HeaderClassName
{
color: #CDA12B;
}
.AnyTagClassName
{
color: #CDA12B;
}
</style>
background-color css
<style>
a { background-color: #CDA12B; }
a { background-color: rgb(205,161,43); }
div.DivClassName
{
background-color: #CDA12B;
}
.BgClassName
{
background-color: #CDA12B;
}
</style>
border-color css
<style>
span { border-color: #CDA12B; }
span { border-color: rgb(205,161,43); }
td.TdClassName
{
border-color: #CDA12B;
}
.TagClassName
{
border-color: #CDA12B;
}
</style>