Shades of Starship #DDDB42
Tints of Starship #DDDB42
RGB
CMYK
RGB Variations
Color information
#DDDB42 (or 0xDDDB42) is known color: Starship. HEX triplet: DD, DB and 42. RGB value is (221,219,66). Sum of RGB (Red+Green+Blue) = 221+219+66=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB42 is #2224BD. Grayscale: #CACACA. Windows color (decimal): -2237630 or 4381661. OLE color: 4381661.
HSL color Cylindrical-coordinate representation of color #DDDB42: hue angle of 59.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDDB42 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 66 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.13 |
| HSL | 59.23º | 0.7% | 0.56% | - |
| HSV(B) | 59.23º | 0.7% | 0.87% | - |
| XYZ | 56.13 | 66.43 | 15.02 | - |
| YUV | 202.16 | 51.16 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 66 | 0 | 0.01 | 0.70 | 0.13 | 59.23 | 0.7 | 0.56 |
| Hex | DD | DB | 42 | 0 | 1 | 46 | D | 3B | 46 | 38 |
| Octal | 335 | 333 | 102 | 0 | 1 | 106 | 15 | 73 | 106 | 70 |
| Binary | 11011101 | 11011011 | 1000010 | 0 | 1 | 1000110 | 1101 | 111011 | 1000110 | 111000 |
Color Harmonies of #DDDB42
Complementary color
Monochromatic Colors of #DDDB42
Black with #DDDB42
Text Example
Text Example
White with #DDDB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB42; }
p { color: rgb(221,219,66); }
H1.HeaderClassName
{
color: #DDDB42;
}
.AnyTagClassName
{
color: #DDDB42;
}
</style>
background-color css
<style>
a { background-color: #DDDB42; }
a { background-color: rgb(221,219,66); }
div.DivClassName
{
background-color: #DDDB42;
}
.BgClassName
{
background-color: #DDDB42;
}
</style>
border-color css
<style>
span { border-color: #DDDB42; }
span { border-color: rgb(221,219,66); }
td.TdClassName
{
border-color: #DDDB42;
}
.TagClassName
{
border-color: #DDDB42;
}
</style>