Shades of Galliano #D39A1F
Tints of Galliano #D39A1F
RGB
CMYK
RGB Variations
Color information
#D39A1F (or 0xD39A1F) is known color: Galliano. HEX triplet: D3, 9A and 1F. RGB value is (211,154,31). Sum of RGB (Red+Green+Blue) = 211+154+31=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D39A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39A1F is #2C65E0. Grayscale: #9D9D9D. Windows color (decimal): -2909665 or 2071251. OLE color: 2071251.
HSL color Cylindrical-coordinate representation of color #D39A1F: hue angle of 41º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D39A1F is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 154 | 31 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.17 |
| HSL | 41º | 0.74% | 0.47% | - |
| HSV(B) | 41º | 0.85% | 0.83% | - |
| XYZ | 38.67 | 37.06 | 6.41 | - |
| YUV | 157.02 | 56.88 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 31 | 0 | 0.27 | 0.85 | 0.17 | 41 | 0.74 | 0.47 |
| Hex | D3 | 9A | 1F | 0 | 1B | 55 | 11 | 29 | 4A | 2F |
| Octal | 323 | 232 | 37 | 0 | 33 | 125 | 21 | 51 | 112 | 57 |
| Binary | 11010011 | 10011010 | 11111 | 0 | 11011 | 1010101 | 10001 | 101001 | 1001010 | 101111 |
Color Harmonies of #D39A1F
Complementary color
Monochromatic Colors of #D39A1F
Black with #D39A1F
Text Example
Text Example
White with #D39A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39A1F; }
p { color: rgb(211,154,31); }
H1.HeaderClassName
{
color: #D39A1F;
}
.AnyTagClassName
{
color: #D39A1F;
}
</style>
background-color css
<style>
a { background-color: #D39A1F; }
a { background-color: rgb(211,154,31); }
div.DivClassName
{
background-color: #D39A1F;
}
.BgClassName
{
background-color: #D39A1F;
}
</style>
border-color css
<style>
span { border-color: #D39A1F; }
span { border-color: rgb(211,154,31); }
td.TdClassName
{
border-color: #D39A1F;
}
.TagClassName
{
border-color: #D39A1F;
}
</style>