Shades of Galliano #DDA823
Tints of Galliano #DDA823
RGB
CMYK
RGB Variations
Color information
#DDA823 (or 0xDDA823) is known color: Galliano. HEX triplet: DD, A8 and 23. RGB value is (221,168,35). Sum of RGB (Red+Green+Blue) = 221+168+35=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 35 (14.06% from 255 or 8.25% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA823 is #2257DC. Grayscale: #A9A9A9. Windows color (decimal): -2250717 or 2336989. OLE color: 2336989.
HSL color Cylindrical-coordinate representation of color #DDA823: hue angle of 42.9º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDA823 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 35 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.13 |
| HSL | 42.9º | 0.73% | 0.5% | - |
| HSV(B) | 42.9º | 0.84% | 0.87% | - |
| XYZ | 44.12 | 43.5 | 7.66 | - |
| YUV | 168.69 | 52.56 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 35 | 0 | 0.24 | 0.84 | 0.13 | 42.9 | 0.73 | 0.5 |
| Hex | DD | A8 | 23 | 0 | 18 | 54 | D | 2B | 49 | 32 |
| Octal | 335 | 250 | 43 | 0 | 30 | 124 | 15 | 53 | 111 | 62 |
| Binary | 11011101 | 10101000 | 100011 | 0 | 11000 | 1010100 | 1101 | 101011 | 1001001 | 110010 |
Color Harmonies of #DDA823
Complementary color
Monochromatic Colors of #DDA823
Black with #DDA823
Text Example
Text Example
White with #DDA823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA823; }
p { color: rgb(221,168,35); }
H1.HeaderClassName
{
color: #DDA823;
}
.AnyTagClassName
{
color: #DDA823;
}
</style>
background-color css
<style>
a { background-color: #DDA823; }
a { background-color: rgb(221,168,35); }
div.DivClassName
{
background-color: #DDA823;
}
.BgClassName
{
background-color: #DDA823;
}
</style>
border-color css
<style>
span { border-color: #DDA823; }
span { border-color: rgb(221,168,35); }
td.TdClassName
{
border-color: #DDA823;
}
.TagClassName
{
border-color: #DDA823;
}
</style>