Shades of Galliano #CDA21F
Tints of Galliano #CDA21F
RGB
CMYK
RGB Variations
Color information
#CDA21F (or 0xCDA21F) is known color: Galliano. HEX triplet: CD, A2 and 1F. RGB value is (205,162,31). Sum of RGB (Red+Green+Blue) = 205+162+31=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA21F is #325DE0. Grayscale: #A0A0A0. Windows color (decimal): -3300833 or 2073293. OLE color: 2073293.
HSL color Cylindrical-coordinate representation of color #CDA21F: hue angle of 45.17º 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 #CDA21F is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 31 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.20 |
| HSL | 45.17º | 0.74% | 0.46% | - |
| HSV(B) | 45.17º | 0.85% | 0.8% | - |
| XYZ | 38.34 | 38.92 | 6.79 | - |
| YUV | 159.92 | 55.25 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 31 | 0 | 0.21 | 0.85 | 0.20 | 45.17 | 0.74 | 0.46 |
| Hex | CD | A2 | 1F | 0 | 15 | 55 | 14 | 2D | 4A | 2E |
| Octal | 315 | 242 | 37 | 0 | 25 | 125 | 24 | 55 | 112 | 56 |
| Binary | 11001101 | 10100010 | 11111 | 0 | 10101 | 1010101 | 10100 | 101101 | 1001010 | 101110 |
Color Harmonies of #CDA21F
Complementary color
Monochromatic Colors of #CDA21F
Black with #CDA21F
Text Example
Text Example
White with #CDA21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA21F; }
p { color: rgb(205,162,31); }
H1.HeaderClassName
{
color: #CDA21F;
}
.AnyTagClassName
{
color: #CDA21F;
}
</style>
background-color css
<style>
a { background-color: #CDA21F; }
a { background-color: rgb(205,162,31); }
div.DivClassName
{
background-color: #CDA21F;
}
.BgClassName
{
background-color: #CDA21F;
}
</style>
border-color css
<style>
span { border-color: #CDA21F; }
span { border-color: rgb(205,162,31); }
td.TdClassName
{
border-color: #CDA21F;
}
.TagClassName
{
border-color: #CDA21F;
}
</style>