Shades of Starship #DDDB36
Tints of Starship #DDDB36
RGB
CMYK
RGB Variations
Color information
#DDDB36 (or 0xDDDB36) is known color: Starship. HEX triplet: DD, DB and 36. RGB value is (221,219,54). Sum of RGB (Red+Green+Blue) = 221+219+54=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 54 (21.48% from 255 or 10.93% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB36 is #2224C9. Grayscale: #C9C9C9. Windows color (decimal): -2237642 or 3595229. OLE color: 3595229.
HSL color Cylindrical-coordinate representation of color #DDDB36: hue angle of 59.28º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDDB36 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 54 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.13 |
| HSL | 59.28º | 0.71% | 0.54% | - |
| HSV(B) | 59.28º | 0.76% | 0.87% | - |
| XYZ | 55.82 | 66.3 | 13.35 | - |
| YUV | 200.79 | 45.16 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 54 | 0 | 0.01 | 0.76 | 0.13 | 59.28 | 0.71 | 0.54 |
| Hex | DD | DB | 36 | 0 | 1 | 4C | D | 3B | 47 | 36 |
| Octal | 335 | 333 | 66 | 0 | 1 | 114 | 15 | 73 | 107 | 66 |
| Binary | 11011101 | 11011011 | 110110 | 0 | 1 | 1001100 | 1101 | 111011 | 1000111 | 110110 |
Color Harmonies of #DDDB36
Complementary color
Monochromatic Colors of #DDDB36
Black with #DDDB36
Text Example
Text Example
White with #DDDB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB36; }
p { color: rgb(221,219,54); }
H1.HeaderClassName
{
color: #DDDB36;
}
.AnyTagClassName
{
color: #DDDB36;
}
</style>
background-color css
<style>
a { background-color: #DDDB36; }
a { background-color: rgb(221,219,54); }
div.DivClassName
{
background-color: #DDDB36;
}
.BgClassName
{
background-color: #DDDB36;
}
</style>
border-color css
<style>
span { border-color: #DDDB36; }
span { border-color: rgb(221,219,54); }
td.TdClassName
{
border-color: #DDDB36;
}
.TagClassName
{
border-color: #DDDB36;
}
</style>