Shades of Galliano #DDA62B
Tints of Galliano #DDA62B
RGB
CMYK
RGB Variations
Color information
#DDA62B (or 0xDDA62B) is known color: Galliano. HEX triplet: DD, A6 and 2B. RGB value is (221,166,43). Sum of RGB (Red+Green+Blue) = 221+166+43=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA62B is #2259D4. Grayscale: #A8A8A8. Windows color (decimal): -2251221 or 2860765. OLE color: 2860765.
HSL color Cylindrical-coordinate representation of color #DDA62B: hue angle of 41.46º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDA62B is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 43 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.13 |
| HSL | 41.46º | 0.72% | 0.52% | - |
| HSV(B) | 41.46º | 0.81% | 0.87% | - |
| XYZ | 43.89 | 42.82 | 8.24 | - |
| YUV | 168.42 | 57.22 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 43 | 0 | 0.25 | 0.81 | 0.13 | 41.46 | 0.72 | 0.52 |
| Hex | DD | A6 | 2B | 0 | 19 | 51 | D | 29 | 48 | 34 |
| Octal | 335 | 246 | 53 | 0 | 31 | 121 | 15 | 51 | 110 | 64 |
| Binary | 11011101 | 10100110 | 101011 | 0 | 11001 | 1010001 | 1101 | 101001 | 1001000 | 110100 |
Color Harmonies of #DDA62B
Complementary color
Monochromatic Colors of #DDA62B
Black with #DDA62B
Text Example
Text Example
White with #DDA62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA62B; }
p { color: rgb(221,166,43); }
H1.HeaderClassName
{
color: #DDA62B;
}
.AnyTagClassName
{
color: #DDA62B;
}
</style>
background-color css
<style>
a { background-color: #DDA62B; }
a { background-color: rgb(221,166,43); }
div.DivClassName
{
background-color: #DDA62B;
}
.BgClassName
{
background-color: #DDA62B;
}
</style>
border-color css
<style>
span { border-color: #DDA62B; }
span { border-color: rgb(221,166,43); }
td.TdClassName
{
border-color: #DDA62B;
}
.TagClassName
{
border-color: #DDA62B;
}
</style>