Shades of Galliano #CDA32B
Tints of Galliano #CDA32B
RGB
CMYK
RGB Variations
Color information
#CDA32B (or 0xCDA32B) is known color: Galliano. HEX triplet: CD, A3 and 2B. RGB value is (205,163,43). Sum of RGB (Red+Green+Blue) = 205+163+43=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA32B is #325CD4. Grayscale: #A2A2A2. Windows color (decimal): -3300565 or 2859981. OLE color: 2859981.
HSL color Cylindrical-coordinate representation of color #CDA32B: hue angle of 44.44º 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 #CDA32B is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 43 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.20 |
| HSL | 44.44º | 0.65% | 0.49% | - |
| HSV(B) | 44.44º | 0.79% | 0.8% | - |
| XYZ | 38.71 | 39.35 | 7.84 | - |
| YUV | 161.88 | 60.91 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 43 | 0 | 0.20 | 0.79 | 0.20 | 44.44 | 0.65 | 0.49 |
| Hex | CD | A3 | 2B | 0 | 14 | 4F | 14 | 2C | 41 | 31 |
| Octal | 315 | 243 | 53 | 0 | 24 | 117 | 24 | 54 | 101 | 61 |
| Binary | 11001101 | 10100011 | 101011 | 0 | 10100 | 1001111 | 10100 | 101100 | 1000001 | 110001 |
Color Harmonies of #CDA32B
Complementary color
Monochromatic Colors of #CDA32B
Black with #CDA32B
Text Example
Text Example
White with #CDA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA32B; }
p { color: rgb(205,163,43); }
H1.HeaderClassName
{
color: #CDA32B;
}
.AnyTagClassName
{
color: #CDA32B;
}
</style>
background-color css
<style>
a { background-color: #CDA32B; }
a { background-color: rgb(205,163,43); }
div.DivClassName
{
background-color: #CDA32B;
}
.BgClassName
{
background-color: #CDA32B;
}
</style>
border-color css
<style>
span { border-color: #CDA32B; }
span { border-color: rgb(205,163,43); }
td.TdClassName
{
border-color: #CDA32B;
}
.TagClassName
{
border-color: #CDA32B;
}
</style>