Shades of Galliano #D29B1C
Tints of Galliano #D29B1C
RGB
CMYK
RGB Variations
Color information
#D29B1C (or 0xD29B1C) is known color: Galliano. HEX triplet: D2, 9B and 1C. RGB value is (210,155,28). Sum of RGB (Red+Green+Blue) = 210+155+28=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29B1C is #2D64E3. Grayscale: #9D9D9D. Windows color (decimal): -2974948 or 1874898. OLE color: 1874898.
HSL color Cylindrical-coordinate representation of color #D29B1C: hue angle of 41.87º 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 #D29B1C is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 28 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.18 |
| HSL | 41.87º | 0.76% | 0.47% | - |
| HSV(B) | 41.87º | 0.87% | 0.82% | - |
| XYZ | 38.51 | 37.23 | 6.25 | - |
| YUV | 156.97 | 55.22 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 28 | 0 | 0.26 | 0.87 | 0.18 | 41.87 | 0.76 | 0.47 |
| Hex | D2 | 9B | 1C | 0 | 1A | 57 | 12 | 2A | 4C | 2F |
| Octal | 322 | 233 | 34 | 0 | 32 | 127 | 22 | 52 | 114 | 57 |
| Binary | 11010010 | 10011011 | 11100 | 0 | 11010 | 1010111 | 10010 | 101010 | 1001100 | 101111 |
Color Harmonies of #D29B1C
Complementary color
Monochromatic Colors of #D29B1C
Black with #D29B1C
Text Example
Text Example
White with #D29B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B1C; }
p { color: rgb(210,155,28); }
H1.HeaderClassName
{
color: #D29B1C;
}
.AnyTagClassName
{
color: #D29B1C;
}
</style>
background-color css
<style>
a { background-color: #D29B1C; }
a { background-color: rgb(210,155,28); }
div.DivClassName
{
background-color: #D29B1C;
}
.BgClassName
{
background-color: #D29B1C;
}
</style>
border-color css
<style>
span { border-color: #D29B1C; }
span { border-color: rgb(210,155,28); }
td.TdClassName
{
border-color: #D29B1C;
}
.TagClassName
{
border-color: #D29B1C;
}
</style>