Shades of Starship #DDDC2F
Tints of Starship #DDDC2F
RGB
CMYK
RGB Variations
Color information
#DDDC2F (or 0xDDDC2F) is known color: Starship. HEX triplet: DD, DC and 2F. RGB value is (221,220,47). Sum of RGB (Red+Green+Blue) = 221+220+47=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC2F is #2223D0. Grayscale: #C9C9C9. Windows color (decimal): -2237393 or 3136733. OLE color: 3136733.
HSL color Cylindrical-coordinate representation of color #DDDC2F: hue angle of 59.66º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDDC2F is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 47 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.13 |
| HSL | 59.66º | 0.72% | 0.53% | - |
| HSV(B) | 59.66º | 0.79% | 0.87% | - |
| XYZ | 55.93 | 66.76 | 12.63 | - |
| YUV | 200.58 | 41.33 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 47 | 0 | 0.00 | 0.79 | 0.13 | 59.66 | 0.72 | 0.53 |
| Hex | DD | DC | 2F | 0 | 0 | 4F | D | 3C | 48 | 35 |
| Octal | 335 | 334 | 57 | 0 | 0 | 117 | 15 | 74 | 110 | 65 |
| Binary | 11011101 | 11011100 | 101111 | 0 | 0 | 1001111 | 1101 | 111100 | 1001000 | 110101 |
Color Harmonies of #DDDC2F
Complementary color
Monochromatic Colors of #DDDC2F
Black with #DDDC2F
Text Example
Text Example
White with #DDDC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC2F; }
p { color: rgb(221,220,47); }
H1.HeaderClassName
{
color: #DDDC2F;
}
.AnyTagClassName
{
color: #DDDC2F;
}
</style>
background-color css
<style>
a { background-color: #DDDC2F; }
a { background-color: rgb(221,220,47); }
div.DivClassName
{
background-color: #DDDC2F;
}
.BgClassName
{
background-color: #DDDC2F;
}
</style>
border-color css
<style>
span { border-color: #DDDC2F; }
span { border-color: rgb(221,220,47); }
td.TdClassName
{
border-color: #DDDC2F;
}
.TagClassName
{
border-color: #DDDC2F;
}
</style>