Shades of Galliano #CDA92B
Tints of Galliano #CDA92B
RGB
CMYK
RGB Variations
Color information
#CDA92B (or 0xCDA92B) is known color: Galliano. HEX triplet: CD, A9 and 2B. RGB value is (205,169,43). Sum of RGB (Red+Green+Blue) = 205+169+43=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA92B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA92B is #3256D4. Grayscale: #A5A5A5. Windows color (decimal): -3299029 or 2861517. OLE color: 2861517.
HSL color Cylindrical-coordinate representation of color #CDA92B: hue angle of 46.67º 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 #CDA92B is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 43 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.20 |
| HSL | 46.67º | 0.65% | 0.49% | - |
| HSV(B) | 46.67º | 0.79% | 0.8% | - |
| XYZ | 39.8 | 41.53 | 8.2 | - |
| YUV | 165.4 | 58.93 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 43 | 0 | 0.18 | 0.79 | 0.20 | 46.67 | 0.65 | 0.49 |
| Hex | CD | A9 | 2B | 0 | 12 | 4F | 14 | 2F | 41 | 31 |
| Octal | 315 | 251 | 53 | 0 | 22 | 117 | 24 | 57 | 101 | 61 |
| Binary | 11001101 | 10101001 | 101011 | 0 | 10010 | 1001111 | 10100 | 101111 | 1000001 | 110001 |
Color Harmonies of #CDA92B
Complementary color
Monochromatic Colors of #CDA92B
Black with #CDA92B
Text Example
Text Example
White with #CDA92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA92B; }
p { color: rgb(205,169,43); }
H1.HeaderClassName
{
color: #CDA92B;
}
.AnyTagClassName
{
color: #CDA92B;
}
</style>
background-color css
<style>
a { background-color: #CDA92B; }
a { background-color: rgb(205,169,43); }
div.DivClassName
{
background-color: #CDA92B;
}
.BgClassName
{
background-color: #CDA92B;
}
</style>
border-color css
<style>
span { border-color: #CDA92B; }
span { border-color: rgb(205,169,43); }
td.TdClassName
{
border-color: #CDA92B;
}
.TagClassName
{
border-color: #CDA92B;
}
</style>