Shades of Galliano #CDA71A
Tints of Galliano #CDA71A
RGB
CMYK
RGB Variations
Color information
#CDA71A (or 0xCDA71A) is known color: Galliano. HEX triplet: CD, A7 and 1A. RGB value is (205,167,26). Sum of RGB (Red+Green+Blue) = 205+167+26=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA71A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA71A is #3258E5. Grayscale: #A2A2A2. Windows color (decimal): -3299558 or 1746893. OLE color: 1746893.
HSL color Cylindrical-coordinate representation of color #CDA71A: hue angle of 47.26º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDA71A is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 26 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.20 |
| HSL | 47.26º | 0.77% | 0.45% | - |
| HSV(B) | 47.26º | 0.87% | 0.8% | - |
| XYZ | 39.18 | 40.69 | 6.77 | - |
| YUV | 162.29 | 51.09 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 26 | 0 | 0.19 | 0.87 | 0.20 | 47.26 | 0.77 | 0.45 |
| Hex | CD | A7 | 1A | 0 | 13 | 57 | 14 | 2F | 4D | 2D |
| Octal | 315 | 247 | 32 | 0 | 23 | 127 | 24 | 57 | 115 | 55 |
| Binary | 11001101 | 10100111 | 11010 | 0 | 10011 | 1010111 | 10100 | 101111 | 1001101 | 101101 |
Color Harmonies of #CDA71A
Complementary color
Monochromatic Colors of #CDA71A
Black with #CDA71A
Text Example
Text Example
White with #CDA71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA71A; }
p { color: rgb(205,167,26); }
H1.HeaderClassName
{
color: #CDA71A;
}
.AnyTagClassName
{
color: #CDA71A;
}
</style>
background-color css
<style>
a { background-color: #CDA71A; }
a { background-color: rgb(205,167,26); }
div.DivClassName
{
background-color: #CDA71A;
}
.BgClassName
{
background-color: #CDA71A;
}
</style>
border-color css
<style>
span { border-color: #CDA71A; }
span { border-color: rgb(205,167,26); }
td.TdClassName
{
border-color: #CDA71A;
}
.TagClassName
{
border-color: #CDA71A;
}
</style>