Shades of Galliano #DDA51F
Tints of Galliano #DDA51F
RGB
CMYK
RGB Variations
Color information
#DDA51F (or 0xDDA51F) is known color: Galliano. HEX triplet: DD, A5 and 1F. RGB value is (221,165,31). Sum of RGB (Red+Green+Blue) = 221+165+31=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA51F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA51F is #225AE0. Grayscale: #A7A7A7. Windows color (decimal): -2251489 or 2074077. OLE color: 2074077.
HSL color Cylindrical-coordinate representation of color #DDA51F: hue angle of 42.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDA51F is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 31 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.13 |
| HSL | 42.32º | 0.75% | 0.49% | - |
| HSV(B) | 42.32º | 0.86% | 0.87% | - |
| XYZ | 43.52 | 42.38 | 7.18 | - |
| YUV | 166.47 | 51.55 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 31 | 0 | 0.25 | 0.86 | 0.13 | 42.32 | 0.75 | 0.49 |
| Hex | DD | A5 | 1F | 0 | 19 | 56 | D | 2A | 4B | 31 |
| Octal | 335 | 245 | 37 | 0 | 31 | 126 | 15 | 52 | 113 | 61 |
| Binary | 11011101 | 10100101 | 11111 | 0 | 11001 | 1010110 | 1101 | 101010 | 1001011 | 110001 |
Color Harmonies of #DDA51F
Complementary color
Monochromatic Colors of #DDA51F
Black with #DDA51F
Text Example
Text Example
White with #DDA51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA51F; }
p { color: rgb(221,165,31); }
H1.HeaderClassName
{
color: #DDA51F;
}
.AnyTagClassName
{
color: #DDA51F;
}
</style>
background-color css
<style>
a { background-color: #DDA51F; }
a { background-color: rgb(221,165,31); }
div.DivClassName
{
background-color: #DDA51F;
}
.BgClassName
{
background-color: #DDA51F;
}
</style>
border-color css
<style>
span { border-color: #DDA51F; }
span { border-color: rgb(221,165,31); }
td.TdClassName
{
border-color: #DDA51F;
}
.TagClassName
{
border-color: #DDA51F;
}
</style>