Shades of Galliano #CDB01D
Tints of Galliano #CDB01D
RGB
CMYK
RGB Variations
Color information
#CDB01D (or 0xCDB01D) is known color: Galliano. HEX triplet: CD, B0 and 1D. RGB value is (205,176,29). Sum of RGB (Red+Green+Blue) = 205+176+29=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB01D is #324FE2. Grayscale: #A8A8A8. Windows color (decimal): -3297251 or 1945805. OLE color: 1945805.
HSL color Cylindrical-coordinate representation of color #CDB01D: hue angle of 50.11º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDB01D is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 29 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.20 |
| HSL | 50.11º | 0.75% | 0.46% | - |
| HSV(B) | 50.11º | 0.86% | 0.8% | - |
| XYZ | 40.92 | 44.12 | 7.52 | - |
| YUV | 167.91 | 49.61 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 29 | 0 | 0.14 | 0.86 | 0.20 | 50.11 | 0.75 | 0.46 |
| Hex | CD | B0 | 1D | 0 | E | 56 | 14 | 32 | 4B | 2E |
| Octal | 315 | 260 | 35 | 0 | 16 | 126 | 24 | 62 | 113 | 56 |
| Binary | 11001101 | 10110000 | 11101 | 0 | 1110 | 1010110 | 10100 | 110010 | 1001011 | 101110 |
Color Harmonies of #CDB01D
Complementary color
Monochromatic Colors of #CDB01D
Black with #CDB01D
Text Example
Text Example
White with #CDB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB01D; }
p { color: rgb(205,176,29); }
H1.HeaderClassName
{
color: #CDB01D;
}
.AnyTagClassName
{
color: #CDB01D;
}
</style>
background-color css
<style>
a { background-color: #CDB01D; }
a { background-color: rgb(205,176,29); }
div.DivClassName
{
background-color: #CDB01D;
}
.BgClassName
{
background-color: #CDB01D;
}
</style>
border-color css
<style>
span { border-color: #CDB01D; }
span { border-color: rgb(205,176,29); }
td.TdClassName
{
border-color: #CDB01D;
}
.TagClassName
{
border-color: #CDB01D;
}
</style>