Shades of Galliano #DDA42C
Tints of Galliano #DDA42C
RGB
CMYK
RGB Variations
Color information
#DDA42C (or 0xDDA42C) is known color: Galliano. HEX triplet: DD, A4 and 2C. RGB value is (221,164,44). Sum of RGB (Red+Green+Blue) = 221+164+44=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA42C is #225BD3. Grayscale: #A7A7A7. Windows color (decimal): -2251732 or 2925789. OLE color: 2925789.
HSL color Cylindrical-coordinate representation of color #DDA42C: hue angle of 40.68º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDA42C is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 44 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.13 |
| HSL | 40.68º | 0.72% | 0.52% | - |
| HSV(B) | 40.68º | 0.8% | 0.87% | - |
| XYZ | 43.55 | 42.1 | 8.21 | - |
| YUV | 167.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 44 | 0 | 0.26 | 0.80 | 0.13 | 40.68 | 0.72 | 0.52 |
| Hex | DD | A4 | 2C | 0 | 1A | 50 | D | 29 | 48 | 34 |
| Octal | 335 | 244 | 54 | 0 | 32 | 120 | 15 | 51 | 110 | 64 |
| Binary | 11011101 | 10100100 | 101100 | 0 | 11010 | 1010000 | 1101 | 101001 | 1001000 | 110100 |
Color Harmonies of #DDA42C
Complementary color
Monochromatic Colors of #DDA42C
Black with #DDA42C
Text Example
Text Example
White with #DDA42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA42C; }
p { color: rgb(221,164,44); }
H1.HeaderClassName
{
color: #DDA42C;
}
.AnyTagClassName
{
color: #DDA42C;
}
</style>
background-color css
<style>
a { background-color: #DDA42C; }
a { background-color: rgb(221,164,44); }
div.DivClassName
{
background-color: #DDA42C;
}
.BgClassName
{
background-color: #DDA42C;
}
</style>
border-color css
<style>
span { border-color: #DDA42C; }
span { border-color: rgb(221,164,44); }
td.TdClassName
{
border-color: #DDA42C;
}
.TagClassName
{
border-color: #DDA42C;
}
</style>