Shades of Galliano #D29E2A
Tints of Galliano #D29E2A
RGB
CMYK
RGB Variations
Color information
#D29E2A (or 0xD29E2A) is known color: Galliano. HEX triplet: D2, 9E and 2A. RGB value is (210,158,42). Sum of RGB (Red+Green+Blue) = 210+158+42=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29E2A is #2D61D5. Grayscale: #A0A0A0. Windows color (decimal): -2974166 or 2793170. OLE color: 2793170.
HSL color Cylindrical-coordinate representation of color #D29E2A: hue angle of 41.43º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D29E2A is Cyan = 0, Magento = 0.25, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 42 | - |
| CMYK | 0 | 0.25 | 0.8 | 0.18 |
| HSL | 41.43º | 0.67% | 0.49% | - |
| HSV(B) | 41.43º | 0.8% | 0.82% | - |
| XYZ | 39.22 | 38.32 | 7.52 | - |
| YUV | 160.32 | 61.23 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 42 | 0 | 0.25 | 0.8 | 0.18 | 41.43 | 0.67 | 0.49 |
| Hex | D2 | 9E | 2A | 0 | 19 | 50 | 12 | 29 | 43 | 31 |
| Octal | 322 | 236 | 52 | 0 | 31 | 120 | 22 | 51 | 103 | 61 |
| Binary | 11010010 | 10011110 | 101010 | 0 | 11001 | 1010000 | 10010 | 101001 | 1000011 | 110001 |
Color Harmonies of #D29E2A
Complementary color
Monochromatic Colors of #D29E2A
Black with #D29E2A
Text Example
Text Example
White with #D29E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E2A; }
p { color: rgb(210,158,42); }
H1.HeaderClassName
{
color: #D29E2A;
}
.AnyTagClassName
{
color: #D29E2A;
}
</style>
background-color css
<style>
a { background-color: #D29E2A; }
a { background-color: rgb(210,158,42); }
div.DivClassName
{
background-color: #D29E2A;
}
.BgClassName
{
background-color: #D29E2A;
}
</style>
border-color css
<style>
span { border-color: #D29E2A; }
span { border-color: rgb(210,158,42); }
td.TdClassName
{
border-color: #D29E2A;
}
.TagClassName
{
border-color: #D29E2A;
}
</style>