Shades of Galliano #DDA41C
Tints of Galliano #DDA41C
RGB
CMYK
RGB Variations
Color information
#DDA41C (or 0xDDA41C) is known color: Galliano. HEX triplet: DD, A4 and 1C. RGB value is (221,164,28). Sum of RGB (Red+Green+Blue) = 221+164+28=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA41C is #225BE3. Grayscale: #A6A6A6. Windows color (decimal): -2251748 or 1877213. OLE color: 1877213.
HSL color Cylindrical-coordinate representation of color #DDA41C: hue angle of 42.28º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDA41C is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 28 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.13 |
| HSL | 42.28º | 0.78% | 0.49% | - |
| HSV(B) | 42.28º | 0.87% | 0.87% | - |
| XYZ | 43.3 | 42.01 | 6.92 | - |
| YUV | 165.54 | 50.38 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 28 | 0 | 0.26 | 0.87 | 0.13 | 42.28 | 0.78 | 0.49 |
| Hex | DD | A4 | 1C | 0 | 1A | 57 | D | 2A | 4E | 31 |
| Octal | 335 | 244 | 34 | 0 | 32 | 127 | 15 | 52 | 116 | 61 |
| Binary | 11011101 | 10100100 | 11100 | 0 | 11010 | 1010111 | 1101 | 101010 | 1001110 | 110001 |
Color Harmonies of #DDA41C
Complementary color
Monochromatic Colors of #DDA41C
Black with #DDA41C
Text Example
Text Example
White with #DDA41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA41C; }
p { color: rgb(221,164,28); }
H1.HeaderClassName
{
color: #DDA41C;
}
.AnyTagClassName
{
color: #DDA41C;
}
</style>
background-color css
<style>
a { background-color: #DDA41C; }
a { background-color: rgb(221,164,28); }
div.DivClassName
{
background-color: #DDA41C;
}
.BgClassName
{
background-color: #DDA41C;
}
</style>
border-color css
<style>
span { border-color: #DDA41C; }
span { border-color: rgb(221,164,28); }
td.TdClassName
{
border-color: #DDA41C;
}
.TagClassName
{
border-color: #DDA41C;
}
</style>