Shades of Starship #DDDB31
Tints of Starship #DDDB31
RGB
CMYK
RGB Variations
Color information
#DDDB31 (or 0xDDDB31) is known color: Starship. HEX triplet: DD, DB and 31. RGB value is (221,219,49). Sum of RGB (Red+Green+Blue) = 221+219+49=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB31 is #2224CE. Grayscale: #C8C8C8. Windows color (decimal): -2237647 or 3267549. OLE color: 3267549.
HSL color Cylindrical-coordinate representation of color #DDDB31: hue angle of 59.3º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDDB31 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 49 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.13 |
| HSL | 59.3º | 0.72% | 0.53% | - |
| HSV(B) | 59.3º | 0.78% | 0.87% | - |
| XYZ | 55.7 | 66.26 | 12.76 | - |
| YUV | 200.22 | 42.66 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 49 | 0 | 0.01 | 0.78 | 0.13 | 59.3 | 0.72 | 0.53 |
| Hex | DD | DB | 31 | 0 | 1 | 4E | D | 3B | 48 | 35 |
| Octal | 335 | 333 | 61 | 0 | 1 | 116 | 15 | 73 | 110 | 65 |
| Binary | 11011101 | 11011011 | 110001 | 0 | 1 | 1001110 | 1101 | 111011 | 1001000 | 110101 |
Color Harmonies of #DDDB31
Complementary color
Monochromatic Colors of #DDDB31
Black with #DDDB31
Text Example
Text Example
White with #DDDB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB31; }
p { color: rgb(221,219,49); }
H1.HeaderClassName
{
color: #DDDB31;
}
.AnyTagClassName
{
color: #DDDB31;
}
</style>
background-color css
<style>
a { background-color: #DDDB31; }
a { background-color: rgb(221,219,49); }
div.DivClassName
{
background-color: #DDDB31;
}
.BgClassName
{
background-color: #DDDB31;
}
</style>
border-color css
<style>
span { border-color: #DDDB31; }
span { border-color: rgb(221,219,49); }
td.TdClassName
{
border-color: #DDDB31;
}
.TagClassName
{
border-color: #DDDB31;
}
</style>