Shades of Galliano #DDA21C
Tints of Galliano #DDA21C
RGB
CMYK
RGB Variations
Color information
#DDA21C (or 0xDDA21C) is known color: Galliano. HEX triplet: DD, A2 and 1C. RGB value is (221,162,28). Sum of RGB (Red+Green+Blue) = 221+162+28=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA21C is #225DE3. Grayscale: #A4A4A4. Windows color (decimal): -2252260 or 1876701. OLE color: 1876701.
HSL color Cylindrical-coordinate representation of color #DDA21C: hue angle of 41.66º 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 #DDA21C is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 162 | 28 | - |
CMYK | 0 | 0.27 | 0.87 | 0.13 |
HSL | 41.66º | 0.78% | 0.49% | - |
HSV(B) | 41.66º | 0.87% | 0.87% | - |
XYZ | 42.95 | 41.3 | 6.81 | - |
YUV | 164.37 | 51.05 | 168.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 162 | 28 | 0 | 0.27 | 0.87 | 0.13 | 41.66 | 0.78 | 0.49 |
Hex | DD | A2 | 1C | 0 | 1B | 57 | D | 2A | 4E | 31 |
Octal | 335 | 242 | 34 | 0 | 33 | 127 | 15 | 52 | 116 | 61 |
Binary | 11011101 | 10100010 | 11100 | 0 | 11011 | 1010111 | 1101 | 101010 | 1001110 | 110001 |
Color Harmonies of #DDA21C
Complementary color
Monochromatic Colors of #DDA21C
Black with #DDA21C
Text Example
Text Example
White with #DDA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA21C; }
p { color: rgb(221,162,28); }
H1.HeaderClassName
{
color: #DDA21C;
}
.AnyTagClassName
{
color: #DDA21C;
}
</style>
background-color css
<style>
a { background-color: #DDA21C; }
a { background-color: rgb(221,162,28); }
div.DivClassName
{
background-color: #DDA21C;
}
.BgClassName
{
background-color: #DDA21C;
}
</style>
border-color css
<style>
span { border-color: #DDA21C; }
span { border-color: rgb(221,162,28); }
td.TdClassName
{
border-color: #DDA21C;
}
.TagClassName
{
border-color: #DDA21C;
}
</style>