Shades of Galliano #D69D1D
Tints of Galliano #D69D1D
RGB
CMYK
RGB Variations
Color information
#D69D1D (or 0xD69D1D) is known color: Galliano. HEX triplet: D6, 9D and 1D. RGB value is (214,157,29). Sum of RGB (Red+Green+Blue) = 214+157+29=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69D1D is #2962E2. Grayscale: #A0A0A0. Windows color (decimal): -2712291 or 1940950. OLE color: 1940950.
HSL color Cylindrical-coordinate representation of color #D69D1D: hue angle of 41.51º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D69D1D is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 29 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.16 |
| HSL | 41.51º | 0.76% | 0.48% | - |
| HSV(B) | 41.51º | 0.86% | 0.84% | - |
| XYZ | 40.01 | 38.5 | 6.48 | - |
| YUV | 159.45 | 54.38 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 29 | 0 | 0.27 | 0.86 | 0.16 | 41.51 | 0.76 | 0.48 |
| Hex | D6 | 9D | 1D | 0 | 1B | 56 | 10 | 2A | 4C | 30 |
| Octal | 326 | 235 | 35 | 0 | 33 | 126 | 20 | 52 | 114 | 60 |
| Binary | 11010110 | 10011101 | 11101 | 0 | 11011 | 1010110 | 10000 | 101010 | 1001100 | 110000 |
Color Harmonies of #D69D1D
Complementary color
Monochromatic Colors of #D69D1D
Black with #D69D1D
Text Example
Text Example
White with #D69D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69D1D; }
p { color: rgb(214,157,29); }
H1.HeaderClassName
{
color: #D69D1D;
}
.AnyTagClassName
{
color: #D69D1D;
}
</style>
background-color css
<style>
a { background-color: #D69D1D; }
a { background-color: rgb(214,157,29); }
div.DivClassName
{
background-color: #D69D1D;
}
.BgClassName
{
background-color: #D69D1D;
}
</style>
border-color css
<style>
span { border-color: #D69D1D; }
span { border-color: rgb(214,157,29); }
td.TdClassName
{
border-color: #D69D1D;
}
.TagClassName
{
border-color: #D69D1D;
}
</style>