Shades of Starship #DDDB32
Tints of Starship #DDDB32
RGB
CMYK
RGB Variations
Color information
#DDDB32 (or 0xDDDB32) is known color: Starship. HEX triplet: DD, DB and 32. RGB value is (221,219,50). Sum of RGB (Red+Green+Blue) = 221+219+50=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB32 is #2224CD. Grayscale: #C9C9C9. Windows color (decimal): -2237646 or 3333085. OLE color: 3333085.
HSL color Cylindrical-coordinate representation of color #DDDB32: 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.77%. Process color model (Four color, CMYK) of #DDDB32 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 50 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.13 |
| HSL | 59.3º | 0.72% | 0.53% | - |
| HSV(B) | 59.3º | 0.77% | 0.87% | - |
| XYZ | 55.73 | 66.27 | 12.87 | - |
| YUV | 200.33 | 43.16 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 50 | 0 | 0.01 | 0.77 | 0.13 | 59.3 | 0.72 | 0.53 |
| Hex | DD | DB | 32 | 0 | 1 | 4D | D | 3B | 48 | 35 |
| Octal | 335 | 333 | 62 | 0 | 1 | 115 | 15 | 73 | 110 | 65 |
| Binary | 11011101 | 11011011 | 110010 | 0 | 1 | 1001101 | 1101 | 111011 | 1001000 | 110101 |
Color Harmonies of #DDDB32
Complementary color
Monochromatic Colors of #DDDB32
Black with #DDDB32
Text Example
Text Example
White with #DDDB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB32; }
p { color: rgb(221,219,50); }
H1.HeaderClassName
{
color: #DDDB32;
}
.AnyTagClassName
{
color: #DDDB32;
}
</style>
background-color css
<style>
a { background-color: #DDDB32; }
a { background-color: rgb(221,219,50); }
div.DivClassName
{
background-color: #DDDB32;
}
.BgClassName
{
background-color: #DDDB32;
}
</style>
border-color css
<style>
span { border-color: #DDDB32; }
span { border-color: rgb(221,219,50); }
td.TdClassName
{
border-color: #DDDB32;
}
.TagClassName
{
border-color: #DDDB32;
}
</style>