Shades of Galliano #DDA82A
Tints of Galliano #DDA82A
RGB
CMYK
RGB Variations
Color information
#DDA82A (or 0xDDA82A) is known color: Galliano. HEX triplet: DD, A8 and 2A. RGB value is (221,168,42). Sum of RGB (Red+Green+Blue) = 221+168+42=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA82A is #2257D5. Grayscale: #AAAAAA. Windows color (decimal): -2250710 or 2795741. OLE color: 2795741.
HSL color Cylindrical-coordinate representation of color #DDA82A: hue angle of 42.23º 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 #DDA82A is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 42 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.13 |
| HSL | 42.23º | 0.72% | 0.52% | - |
| HSV(B) | 42.23º | 0.81% | 0.87% | - |
| XYZ | 44.24 | 43.54 | 8.26 | - |
| YUV | 169.48 | 56.06 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 42 | 0 | 0.24 | 0.81 | 0.13 | 42.23 | 0.72 | 0.52 |
| Hex | DD | A8 | 2A | 0 | 18 | 51 | D | 2A | 48 | 34 |
| Octal | 335 | 250 | 52 | 0 | 30 | 121 | 15 | 52 | 110 | 64 |
| Binary | 11011101 | 10101000 | 101010 | 0 | 11000 | 1010001 | 1101 | 101010 | 1001000 | 110100 |
Color Harmonies of #DDA82A
Complementary color
Monochromatic Colors of #DDA82A
Black with #DDA82A
Text Example
Text Example
White with #DDA82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA82A; }
p { color: rgb(221,168,42); }
H1.HeaderClassName
{
color: #DDA82A;
}
.AnyTagClassName
{
color: #DDA82A;
}
</style>
background-color css
<style>
a { background-color: #DDA82A; }
a { background-color: rgb(221,168,42); }
div.DivClassName
{
background-color: #DDA82A;
}
.BgClassName
{
background-color: #DDA82A;
}
</style>
border-color css
<style>
span { border-color: #DDA82A; }
span { border-color: rgb(221,168,42); }
td.TdClassName
{
border-color: #DDA82A;
}
.TagClassName
{
border-color: #DDA82A;
}
</style>