Shades of Galliano #D99D23
Tints of Galliano #D99D23
RGB
CMYK
RGB Variations
Color information
#D99D23 (or 0xD99D23) is known color: Galliano. HEX triplet: D9, 9D and 23. RGB value is (217,157,35). Sum of RGB (Red+Green+Blue) = 217+157+35=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 35 (14.06% from 255 or 8.56% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99D23 is #2662DC. Grayscale: #A1A1A1. Windows color (decimal): -2515677 or 2334169. OLE color: 2334169.
HSL color Cylindrical-coordinate representation of color #D99D23: hue angle of 40.22º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D99D23 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 35 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.15 |
| HSL | 40.22º | 0.72% | 0.49% | - |
| HSV(B) | 40.22º | 0.84% | 0.85% | - |
| XYZ | 40.98 | 38.99 | 6.96 | - |
| YUV | 161.03 | 56.88 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 35 | 0 | 0.28 | 0.84 | 0.15 | 40.22 | 0.72 | 0.49 |
| Hex | D9 | 9D | 23 | 0 | 1C | 54 | F | 28 | 48 | 31 |
| Octal | 331 | 235 | 43 | 0 | 34 | 124 | 17 | 50 | 110 | 61 |
| Binary | 11011001 | 10011101 | 100011 | 0 | 11100 | 1010100 | 1111 | 101000 | 1001000 | 110001 |
Color Harmonies of #D99D23
Complementary color
Monochromatic Colors of #D99D23
Black with #D99D23
Text Example
Text Example
White with #D99D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D23; }
p { color: rgb(217,157,35); }
H1.HeaderClassName
{
color: #D99D23;
}
.AnyTagClassName
{
color: #D99D23;
}
</style>
background-color css
<style>
a { background-color: #D99D23; }
a { background-color: rgb(217,157,35); }
div.DivClassName
{
background-color: #D99D23;
}
.BgClassName
{
background-color: #D99D23;
}
</style>
border-color css
<style>
span { border-color: #D99D23; }
span { border-color: rgb(217,157,35); }
td.TdClassName
{
border-color: #D99D23;
}
.TagClassName
{
border-color: #D99D23;
}
</style>