Shades of Galliano #DDA62A
Tints of Galliano #DDA62A
RGB
CMYK
RGB Variations
Color information
#DDA62A (or 0xDDA62A) is known color: Galliano. HEX triplet: DD, A6 and 2A. RGB value is (221,166,42). Sum of RGB (Red+Green+Blue) = 221+166+42=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 42 (16.80% from 255 or 9.79% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA62A is #2259D5. Grayscale: #A8A8A8. Windows color (decimal): -2251222 or 2795229. OLE color: 2795229.
HSL color Cylindrical-coordinate representation of color #DDA62A: hue angle of 41.56º 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 #DDA62A is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 42 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.13 |
| HSL | 41.56º | 0.72% | 0.52% | - |
| HSV(B) | 41.56º | 0.81% | 0.87% | - |
| XYZ | 43.87 | 42.81 | 8.14 | - |
| YUV | 168.31 | 56.72 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 42 | 0 | 0.25 | 0.81 | 0.13 | 41.56 | 0.72 | 0.52 |
| Hex | DD | A6 | 2A | 0 | 19 | 51 | D | 2A | 48 | 34 |
| Octal | 335 | 246 | 52 | 0 | 31 | 121 | 15 | 52 | 110 | 64 |
| Binary | 11011101 | 10100110 | 101010 | 0 | 11001 | 1010001 | 1101 | 101010 | 1001000 | 110100 |
Color Harmonies of #DDA62A
Complementary color
Monochromatic Colors of #DDA62A
Black with #DDA62A
Text Example
Text Example
White with #DDA62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA62A; }
p { color: rgb(221,166,42); }
H1.HeaderClassName
{
color: #DDA62A;
}
.AnyTagClassName
{
color: #DDA62A;
}
</style>
background-color css
<style>
a { background-color: #DDA62A; }
a { background-color: rgb(221,166,42); }
div.DivClassName
{
background-color: #DDA62A;
}
.BgClassName
{
background-color: #DDA62A;
}
</style>
border-color css
<style>
span { border-color: #DDA62A; }
span { border-color: rgb(221,166,42); }
td.TdClassName
{
border-color: #DDA62A;
}
.TagClassName
{
border-color: #DDA62A;
}
</style>