Shades of Galliano #CDA427
Tints of Galliano #CDA427
RGB
CMYK
RGB Variations
Color information
#CDA427 (or 0xCDA427) is known color: Galliano. HEX triplet: CD, A4 and 27. RGB value is (205,164,39). Sum of RGB (Red+Green+Blue) = 205+164+39=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA427 is #325BD8. Grayscale: #A2A2A2. Windows color (decimal): -3300313 or 2598093. OLE color: 2598093.
HSL color Cylindrical-coordinate representation of color #CDA427: hue angle of 45.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDA427 is Cyan = 0, Magento = 0.2, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 39 | - |
| CMYK | 0 | 0.2 | 0.81 | 0.20 |
| HSL | 45.18º | 0.68% | 0.48% | - |
| HSV(B) | 45.18º | 0.81% | 0.8% | - |
| XYZ | 38.82 | 39.68 | 7.53 | - |
| YUV | 162.01 | 58.58 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 39 | 0 | 0.2 | 0.81 | 0.20 | 45.18 | 0.68 | 0.48 |
| Hex | CD | A4 | 27 | 0 | 14 | 51 | 14 | 2D | 44 | 30 |
| Octal | 315 | 244 | 47 | 0 | 24 | 121 | 24 | 55 | 104 | 60 |
| Binary | 11001101 | 10100100 | 100111 | 0 | 10100 | 1010001 | 10100 | 101101 | 1000100 | 110000 |
Color Harmonies of #CDA427
Complementary color
Monochromatic Colors of #CDA427
Black with #CDA427
Text Example
Text Example
White with #CDA427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA427; }
p { color: rgb(205,164,39); }
H1.HeaderClassName
{
color: #CDA427;
}
.AnyTagClassName
{
color: #CDA427;
}
</style>
background-color css
<style>
a { background-color: #CDA427; }
a { background-color: rgb(205,164,39); }
div.DivClassName
{
background-color: #CDA427;
}
.BgClassName
{
background-color: #CDA427;
}
</style>
border-color css
<style>
span { border-color: #CDA427; }
span { border-color: rgb(205,164,39); }
td.TdClassName
{
border-color: #CDA427;
}
.TagClassName
{
border-color: #CDA427;
}
</style>