Shades of Starship #DFDD37
Tints of Starship #DFDD37
RGB
CMYK
RGB Variations
Color information
#DFDD37 (or 0xDFDD37) is known color: Starship. HEX triplet: DF, DD and 37. RGB value is (223,221,55). Sum of RGB (Red+Green+Blue) = 223+221+55=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 55 (21.88% from 255 or 11.02% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD37 is #2022C8. Grayscale: #CBCBCB. Windows color (decimal): -2106057 or 3661279. OLE color: 3661279.
HSL color Cylindrical-coordinate representation of color #DFDD37: hue angle of 59.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFDD37 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 55 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.13 |
| HSL | 59.29º | 0.72% | 0.55% | - |
| HSV(B) | 59.29º | 0.75% | 0.87% | - |
| XYZ | 56.98 | 67.68 | 13.67 | - |
| YUV | 202.67 | 44.66 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 55 | 0 | 0.01 | 0.75 | 0.13 | 59.29 | 0.72 | 0.55 |
| Hex | DF | DD | 37 | 0 | 1 | 4B | D | 3B | 48 | 37 |
| Octal | 337 | 335 | 67 | 0 | 1 | 113 | 15 | 73 | 110 | 67 |
| Binary | 11011111 | 11011101 | 110111 | 0 | 1 | 1001011 | 1101 | 111011 | 1001000 | 110111 |
Color Harmonies of #DFDD37
Complementary color
Monochromatic Colors of #DFDD37
Black with #DFDD37
Text Example
Text Example
White with #DFDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD37; }
p { color: rgb(223,221,55); }
H1.HeaderClassName
{
color: #DFDD37;
}
.AnyTagClassName
{
color: #DFDD37;
}
</style>
background-color css
<style>
a { background-color: #DFDD37; }
a { background-color: rgb(223,221,55); }
div.DivClassName
{
background-color: #DFDD37;
}
.BgClassName
{
background-color: #DFDD37;
}
</style>
border-color css
<style>
span { border-color: #DFDD37; }
span { border-color: rgb(223,221,55); }
td.TdClassName
{
border-color: #DFDD37;
}
.TagClassName
{
border-color: #DFDD37;
}
</style>