Shades of Galliano #D29F2B
Tints of Galliano #D29F2B
RGB
CMYK
RGB Variations
Color information
#D29F2B (or 0xD29F2B) is known color: Galliano. HEX triplet: D2, 9F and 2B. RGB value is (210,159,43). Sum of RGB (Red+Green+Blue) = 210+159+43=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29F2B is #2D60D4. Grayscale: #A1A1A1. Windows color (decimal): -2973909 or 2858962. OLE color: 2858962.
HSL color Cylindrical-coordinate representation of color #D29F2B: hue angle of 41.68º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D29F2B is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 43 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.18 |
| HSL | 41.68º | 0.66% | 0.5% | - |
| HSV(B) | 41.68º | 0.8% | 0.82% | - |
| XYZ | 39.41 | 38.67 | 7.67 | - |
| YUV | 161.03 | 61.4 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 43 | 0 | 0.24 | 0.80 | 0.18 | 41.68 | 0.66 | 0.5 |
| Hex | D2 | 9F | 2B | 0 | 18 | 50 | 12 | 2A | 42 | 32 |
| Octal | 322 | 237 | 53 | 0 | 30 | 120 | 22 | 52 | 102 | 62 |
| Binary | 11010010 | 10011111 | 101011 | 0 | 11000 | 1010000 | 10010 | 101010 | 1000010 | 110010 |
Color Harmonies of #D29F2B
Complementary color
Monochromatic Colors of #D29F2B
Black with #D29F2B
Text Example
Text Example
White with #D29F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F2B; }
p { color: rgb(210,159,43); }
H1.HeaderClassName
{
color: #D29F2B;
}
.AnyTagClassName
{
color: #D29F2B;
}
</style>
background-color css
<style>
a { background-color: #D29F2B; }
a { background-color: rgb(210,159,43); }
div.DivClassName
{
background-color: #D29F2B;
}
.BgClassName
{
background-color: #D29F2B;
}
</style>
border-color css
<style>
span { border-color: #D29F2B; }
span { border-color: rgb(210,159,43); }
td.TdClassName
{
border-color: #D29F2B;
}
.TagClassName
{
border-color: #D29F2B;
}
</style>