Shades of Galliano #CDA11F
Tints of Galliano #CDA11F
RGB
CMYK
RGB Variations
Color information
#CDA11F (or 0xCDA11F) is known color: Galliano. HEX triplet: CD, A1 and 1F. RGB value is (205,161,31). Sum of RGB (Red+Green+Blue) = 205+161+31=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA11F is #325EE0. Grayscale: #9F9F9F. Windows color (decimal): -3301089 or 2073037. OLE color: 2073037.
HSL color Cylindrical-coordinate representation of color #CDA11F: hue angle of 44.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDA11F is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 31 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.20 |
| HSL | 44.83º | 0.74% | 0.46% | - |
| HSV(B) | 44.83º | 0.85% | 0.8% | - |
| XYZ | 38.17 | 38.57 | 6.73 | - |
| YUV | 159.34 | 55.58 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 31 | 0 | 0.21 | 0.85 | 0.20 | 44.83 | 0.74 | 0.46 |
| Hex | CD | A1 | 1F | 0 | 15 | 55 | 14 | 2D | 4A | 2E |
| Octal | 315 | 241 | 37 | 0 | 25 | 125 | 24 | 55 | 112 | 56 |
| Binary | 11001101 | 10100001 | 11111 | 0 | 10101 | 1010101 | 10100 | 101101 | 1001010 | 101110 |
Color Harmonies of #CDA11F
Complementary color
Monochromatic Colors of #CDA11F
Black with #CDA11F
Text Example
Text Example
White with #CDA11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA11F; }
p { color: rgb(205,161,31); }
H1.HeaderClassName
{
color: #CDA11F;
}
.AnyTagClassName
{
color: #CDA11F;
}
</style>
background-color css
<style>
a { background-color: #CDA11F; }
a { background-color: rgb(205,161,31); }
div.DivClassName
{
background-color: #CDA11F;
}
.BgClassName
{
background-color: #CDA11F;
}
</style>
border-color css
<style>
span { border-color: #CDA11F; }
span { border-color: rgb(205,161,31); }
td.TdClassName
{
border-color: #CDA11F;
}
.TagClassName
{
border-color: #CDA11F;
}
</style>