Shades of Starship #DDDB40
Tints of Starship #DDDB40
RGB
CMYK
RGB Variations
Color information
#DDDB40 (or 0xDDDB40) is known color: Starship. HEX triplet: DD, DB and 40. RGB value is (221,219,64). Sum of RGB (Red+Green+Blue) = 221+219+64=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB40 is #2224BF. Grayscale: #CACACA. Windows color (decimal): -2237632 or 4250589. OLE color: 4250589.
HSL color Cylindrical-coordinate representation of color #DDDB40: hue angle of 59.24º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDDB40 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 64 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.13 |
| HSL | 59.24º | 0.7% | 0.56% | - |
| HSV(B) | 59.24º | 0.71% | 0.87% | - |
| XYZ | 56.08 | 66.41 | 14.71 | - |
| YUV | 201.93 | 50.16 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 64 | 0 | 0.01 | 0.71 | 0.13 | 59.24 | 0.7 | 0.56 |
| Hex | DD | DB | 40 | 0 | 1 | 47 | D | 3B | 46 | 38 |
| Octal | 335 | 333 | 100 | 0 | 1 | 107 | 15 | 73 | 106 | 70 |
| Binary | 11011101 | 11011011 | 1000000 | 0 | 1 | 1000111 | 1101 | 111011 | 1000110 | 111000 |
Color Harmonies of #DDDB40
Complementary color
Monochromatic Colors of #DDDB40
Black with #DDDB40
Text Example
Text Example
White with #DDDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB40; }
p { color: rgb(221,219,64); }
H1.HeaderClassName
{
color: #DDDB40;
}
.AnyTagClassName
{
color: #DDDB40;
}
</style>
background-color css
<style>
a { background-color: #DDDB40; }
a { background-color: rgb(221,219,64); }
div.DivClassName
{
background-color: #DDDB40;
}
.BgClassName
{
background-color: #DDDB40;
}
</style>
border-color css
<style>
span { border-color: #DDDB40; }
span { border-color: rgb(221,219,64); }
td.TdClassName
{
border-color: #DDDB40;
}
.TagClassName
{
border-color: #DDDB40;
}
</style>