Shades of Galliano #DDA42D
Tints of Galliano #DDA42D
RGB
CMYK
RGB Variations
Color information
#DDA42D (or 0xDDA42D) is known color: Galliano. HEX triplet: DD, A4 and 2D. RGB value is (221,164,45). Sum of RGB (Red+Green+Blue) = 221+164+45=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA42D is #225BD2. Grayscale: #A8A8A8. Windows color (decimal): -2251731 or 2991325. OLE color: 2991325.
HSL color Cylindrical-coordinate representation of color #DDA42D: hue angle of 40.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDA42D is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 45 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.13 |
| HSL | 40.57º | 0.72% | 0.52% | - |
| HSV(B) | 40.57º | 0.8% | 0.87% | - |
| XYZ | 43.57 | 42.11 | 8.31 | - |
| YUV | 167.48 | 58.88 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 45 | 0 | 0.26 | 0.80 | 0.13 | 40.57 | 0.72 | 0.52 |
| Hex | DD | A4 | 2D | 0 | 1A | 50 | D | 29 | 48 | 34 |
| Octal | 335 | 244 | 55 | 0 | 32 | 120 | 15 | 51 | 110 | 64 |
| Binary | 11011101 | 10100100 | 101101 | 0 | 11010 | 1010000 | 1101 | 101001 | 1001000 | 110100 |
Color Harmonies of #DDA42D
Complementary color
Monochromatic Colors of #DDA42D
Black with #DDA42D
Text Example
Text Example
White with #DDA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA42D; }
p { color: rgb(221,164,45); }
H1.HeaderClassName
{
color: #DDA42D;
}
.AnyTagClassName
{
color: #DDA42D;
}
</style>
background-color css
<style>
a { background-color: #DDA42D; }
a { background-color: rgb(221,164,45); }
div.DivClassName
{
background-color: #DDA42D;
}
.BgClassName
{
background-color: #DDA42D;
}
</style>
border-color css
<style>
span { border-color: #DDA42D; }
span { border-color: rgb(221,164,45); }
td.TdClassName
{
border-color: #DDA42D;
}
.TagClassName
{
border-color: #DDA42D;
}
</style>