Shades of Galliano #D99D1C
Tints of Galliano #D99D1C
RGB
CMYK
RGB Variations
Color information
#D99D1C (or 0xD99D1C) is known color: Galliano. HEX triplet: D9, 9D and 1C. RGB value is (217,157,28). Sum of RGB (Red+Green+Blue) = 217+157+28=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99D1C is #2662E3. Grayscale: #A0A0A0. Windows color (decimal): -2515684 or 1875417. OLE color: 1875417.
HSL color Cylindrical-coordinate representation of color #D99D1C: hue angle of 40.95º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D99D1C is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 28 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.15 |
| HSL | 40.95º | 0.77% | 0.48% | - |
| HSV(B) | 40.95º | 0.87% | 0.85% | - |
| XYZ | 40.88 | 38.95 | 6.46 | - |
| YUV | 160.23 | 53.38 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 28 | 0 | 0.28 | 0.87 | 0.15 | 40.95 | 0.77 | 0.48 |
| Hex | D9 | 9D | 1C | 0 | 1C | 57 | F | 29 | 4D | 30 |
| Octal | 331 | 235 | 34 | 0 | 34 | 127 | 17 | 51 | 115 | 60 |
| Binary | 11011001 | 10011101 | 11100 | 0 | 11100 | 1010111 | 1111 | 101001 | 1001101 | 110000 |
Color Harmonies of #D99D1C
Complementary color
Monochromatic Colors of #D99D1C
Black with #D99D1C
Text Example
Text Example
White with #D99D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D1C; }
p { color: rgb(217,157,28); }
H1.HeaderClassName
{
color: #D99D1C;
}
.AnyTagClassName
{
color: #D99D1C;
}
</style>
background-color css
<style>
a { background-color: #D99D1C; }
a { background-color: rgb(217,157,28); }
div.DivClassName
{
background-color: #D99D1C;
}
.BgClassName
{
background-color: #D99D1C;
}
</style>
border-color css
<style>
span { border-color: #D99D1C; }
span { border-color: rgb(217,157,28); }
td.TdClassName
{
border-color: #D99D1C;
}
.TagClassName
{
border-color: #D99D1C;
}
</style>