Shades of Galliano #CDA42D
Tints of Galliano #CDA42D
RGB
CMYK
RGB Variations
Color information
#CDA42D (or 0xCDA42D) is known color: Galliano. HEX triplet: CD, A4 and 2D. RGB value is (205,164,45). Sum of RGB (Red+Green+Blue) = 205+164+45=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA42D is #325BD2. Grayscale: #A3A3A3. Windows color (decimal): -3300307 or 2991309. OLE color: 2991309.
HSL color Cylindrical-coordinate representation of color #CDA42D: hue angle of 44.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDA42D is Cyan = 0, Magento = 0.2, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 45 | - |
| CMYK | 0 | 0.2 | 0.78 | 0.20 |
| HSL | 44.63º | 0.64% | 0.49% | - |
| HSV(B) | 44.63º | 0.78% | 0.8% | - |
| XYZ | 38.93 | 39.72 | 8.1 | - |
| YUV | 162.69 | 61.58 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 45 | 0 | 0.2 | 0.78 | 0.20 | 44.63 | 0.64 | 0.49 |
| Hex | CD | A4 | 2D | 0 | 14 | 4E | 14 | 2D | 40 | 31 |
| Octal | 315 | 244 | 55 | 0 | 24 | 116 | 24 | 55 | 100 | 61 |
| Binary | 11001101 | 10100100 | 101101 | 0 | 10100 | 1001110 | 10100 | 101101 | 1000000 | 110001 |
Color Harmonies of #CDA42D
Complementary color
Monochromatic Colors of #CDA42D
Black with #CDA42D
Text Example
Text Example
White with #CDA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA42D; }
p { color: rgb(205,164,45); }
H1.HeaderClassName
{
color: #CDA42D;
}
.AnyTagClassName
{
color: #CDA42D;
}
</style>
background-color css
<style>
a { background-color: #CDA42D; }
a { background-color: rgb(205,164,45); }
div.DivClassName
{
background-color: #CDA42D;
}
.BgClassName
{
background-color: #CDA42D;
}
</style>
border-color css
<style>
span { border-color: #CDA42D; }
span { border-color: rgb(205,164,45); }
td.TdClassName
{
border-color: #CDA42D;
}
.TagClassName
{
border-color: #CDA42D;
}
</style>