Shades of Galliano #D29D1C
Tints of Galliano #D29D1C
RGB
CMYK
RGB Variations
Color information
#D29D1C (or 0xD29D1C) is known color: Galliano. HEX triplet: D2, 9D and 1C. RGB value is (210,157,28). Sum of RGB (Red+Green+Blue) = 210+157+28=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29D1C is #2D62E3. Grayscale: #9E9E9E. Windows color (decimal): -2974436 or 1875410. OLE color: 1875410.
HSL color Cylindrical-coordinate representation of color #D29D1C: hue angle of 42.53º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D29D1C is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 28 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.18 |
| HSL | 42.53º | 0.76% | 0.47% | - |
| HSV(B) | 42.53º | 0.87% | 0.82% | - |
| XYZ | 38.84 | 37.9 | 6.37 | - |
| YUV | 158.14 | 54.56 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 28 | 0 | 0.25 | 0.87 | 0.18 | 42.53 | 0.76 | 0.47 |
| Hex | D2 | 9D | 1C | 0 | 19 | 57 | 12 | 2B | 4C | 2F |
| Octal | 322 | 235 | 34 | 0 | 31 | 127 | 22 | 53 | 114 | 57 |
| Binary | 11010010 | 10011101 | 11100 | 0 | 11001 | 1010111 | 10010 | 101011 | 1001100 | 101111 |
Color Harmonies of #D29D1C
Complementary color
Monochromatic Colors of #D29D1C
Black with #D29D1C
Text Example
Text Example
White with #D29D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D1C; }
p { color: rgb(210,157,28); }
H1.HeaderClassName
{
color: #D29D1C;
}
.AnyTagClassName
{
color: #D29D1C;
}
</style>
background-color css
<style>
a { background-color: #D29D1C; }
a { background-color: rgb(210,157,28); }
div.DivClassName
{
background-color: #D29D1C;
}
.BgClassName
{
background-color: #D29D1C;
}
</style>
border-color css
<style>
span { border-color: #D29D1C; }
span { border-color: rgb(210,157,28); }
td.TdClassName
{
border-color: #D29D1C;
}
.TagClassName
{
border-color: #D29D1C;
}
</style>