Shades of Galliano #DDB01A
Tints of Galliano #DDB01A
RGB
CMYK
RGB Variations
Color information
#DDB01A (or 0xDDB01A) is known color: Galliano. HEX triplet: DD, B0 and 1A. RGB value is (221,176,26). Sum of RGB (Red+Green+Blue) = 221+176+26=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB01A is #224FE5. Grayscale: #ADADAD. Windows color (decimal): -2248678 or 1749213. OLE color: 1749213.
HSL color Cylindrical-coordinate representation of color #DDB01A: hue angle of 46.15º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDB01A is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 26 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.13 |
| HSL | 46.15º | 0.79% | 0.48% | - |
| HSV(B) | 46.15º | 0.88% | 0.87% | - |
| XYZ | 45.53 | 46.5 | 7.55 | - |
| YUV | 172.36 | 45.41 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 26 | 0 | 0.20 | 0.88 | 0.13 | 46.15 | 0.79 | 0.48 |
| Hex | DD | B0 | 1A | 0 | 14 | 58 | D | 2E | 4F | 30 |
| Octal | 335 | 260 | 32 | 0 | 24 | 130 | 15 | 56 | 117 | 60 |
| Binary | 11011101 | 10110000 | 11010 | 0 | 10100 | 1011000 | 1101 | 101110 | 1001111 | 110000 |
Color Harmonies of #DDB01A
Complementary color
Monochromatic Colors of #DDB01A
Black with #DDB01A
Text Example
Text Example
White with #DDB01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB01A; }
p { color: rgb(221,176,26); }
H1.HeaderClassName
{
color: #DDB01A;
}
.AnyTagClassName
{
color: #DDB01A;
}
</style>
background-color css
<style>
a { background-color: #DDB01A; }
a { background-color: rgb(221,176,26); }
div.DivClassName
{
background-color: #DDB01A;
}
.BgClassName
{
background-color: #DDB01A;
}
</style>
border-color css
<style>
span { border-color: #DDB01A; }
span { border-color: rgb(221,176,26); }
td.TdClassName
{
border-color: #DDB01A;
}
.TagClassName
{
border-color: #DDB01A;
}
</style>