Shades of Galliano #CDA91B
Tints of Galliano #CDA91B
RGB
CMYK
RGB Variations
Color information
#CDA91B (or 0xCDA91B) is known color: Galliano. HEX triplet: CD, A9 and 1B. RGB value is (205,169,27). Sum of RGB (Red+Green+Blue) = 205+169+27=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA91B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA91B is #3256E4. Grayscale: #A4A4A4. Windows color (decimal): -3299045 or 1812941. OLE color: 1812941.
HSL color Cylindrical-coordinate representation of color #CDA91B: hue angle of 47.87º 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 #CDA91B is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 27 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.20 |
| HSL | 47.87º | 0.77% | 0.45% | - |
| HSV(B) | 47.87º | 0.87% | 0.8% | - |
| XYZ | 39.56 | 41.43 | 6.95 | - |
| YUV | 163.58 | 50.93 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 27 | 0 | 0.18 | 0.87 | 0.20 | 47.87 | 0.77 | 0.45 |
| Hex | CD | A9 | 1B | 0 | 12 | 57 | 14 | 30 | 4D | 2D |
| Octal | 315 | 251 | 33 | 0 | 22 | 127 | 24 | 60 | 115 | 55 |
| Binary | 11001101 | 10101001 | 11011 | 0 | 10010 | 1010111 | 10100 | 110000 | 1001101 | 101101 |
Color Harmonies of #CDA91B
Complementary color
Monochromatic Colors of #CDA91B
Black with #CDA91B
Text Example
Text Example
White with #CDA91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA91B; }
p { color: rgb(205,169,27); }
H1.HeaderClassName
{
color: #CDA91B;
}
.AnyTagClassName
{
color: #CDA91B;
}
</style>
background-color css
<style>
a { background-color: #CDA91B; }
a { background-color: rgb(205,169,27); }
div.DivClassName
{
background-color: #CDA91B;
}
.BgClassName
{
background-color: #CDA91B;
}
</style>
border-color css
<style>
span { border-color: #CDA91B; }
span { border-color: rgb(205,169,27); }
td.TdClassName
{
border-color: #CDA91B;
}
.TagClassName
{
border-color: #CDA91B;
}
</style>