Shades of Galliano #DDA21B
Tints of Galliano #DDA21B
RGB
CMYK
RGB Variations
Color information
#DDA21B (or 0xDDA21B) is known color: Galliano. HEX triplet: DD, A2 and 1B. RGB value is (221,162,27). Sum of RGB (Red+Green+Blue) = 221+162+27=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA21B is #225DE4. Grayscale: #A4A4A4. Windows color (decimal): -2252261 or 1811165. OLE color: 1811165.
HSL color Cylindrical-coordinate representation of color #DDA21B: hue angle of 41.75º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDA21B is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 27 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.13 |
| HSL | 41.75º | 0.78% | 0.49% | - |
| HSV(B) | 41.75º | 0.88% | 0.87% | - |
| XYZ | 42.94 | 41.29 | 6.74 | - |
| YUV | 164.25 | 50.55 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 27 | 0 | 0.27 | 0.88 | 0.13 | 41.75 | 0.78 | 0.49 |
| Hex | DD | A2 | 1B | 0 | 1B | 58 | D | 2A | 4E | 31 |
| Octal | 335 | 242 | 33 | 0 | 33 | 130 | 15 | 52 | 116 | 61 |
| Binary | 11011101 | 10100010 | 11011 | 0 | 11011 | 1011000 | 1101 | 101010 | 1001110 | 110001 |
Color Harmonies of #DDA21B
Complementary color
Monochromatic Colors of #DDA21B
Black with #DDA21B
Text Example
Text Example
White with #DDA21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA21B; }
p { color: rgb(221,162,27); }
H1.HeaderClassName
{
color: #DDA21B;
}
.AnyTagClassName
{
color: #DDA21B;
}
</style>
background-color css
<style>
a { background-color: #DDA21B; }
a { background-color: rgb(221,162,27); }
div.DivClassName
{
background-color: #DDA21B;
}
.BgClassName
{
background-color: #DDA21B;
}
</style>
border-color css
<style>
span { border-color: #DDA21B; }
span { border-color: rgb(221,162,27); }
td.TdClassName
{
border-color: #DDA21B;
}
.TagClassName
{
border-color: #DDA21B;
}
</style>