Shades of Starship #DFDF37
Tints of Starship #DFDF37
RGB
CMYK
RGB Variations
Color information
#DFDF37 (or 0xDFDF37) is known color: Starship. HEX triplet: DF, DF and 37. RGB value is (223,223,55). Sum of RGB (Red+Green+Blue) = 223+223+55=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 55 (21.88% from 255 or 10.98% from 501); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF37 is #2020C8. Grayscale: #CCCCCC. Windows color (decimal): -2105545 or 3661791. OLE color: 3661791.
HSL color Cylindrical-coordinate representation of color #DFDF37: hue angle of 60º 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 #DFDF37 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 55 | - |
| CMYK | 0 | 0 | 0.75 | 0.13 |
| HSL | 60º | 0.72% | 0.55% | - |
| HSV(B) | 60º | 0.75% | 0.87% | - |
| XYZ | 57.51 | 68.74 | 13.85 | - |
| YUV | 203.85 | 44 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 55 | 0 | 0 | 0.75 | 0.13 | 60 | 0.72 | 0.55 |
| Hex | DF | DF | 37 | 0 | 0 | 4B | D | 3C | 48 | 37 |
| Octal | 337 | 337 | 67 | 0 | 0 | 113 | 15 | 74 | 110 | 67 |
| Binary | 11011111 | 11011111 | 110111 | 0 | 0 | 1001011 | 1101 | 111100 | 1001000 | 110111 |
Color Harmonies of #DFDF37
Complementary color
Monochromatic Colors of #DFDF37
Black with #DFDF37
Text Example
Text Example
White with #DFDF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF37; }
p { color: rgb(223,223,55); }
H1.HeaderClassName
{
color: #DFDF37;
}
.AnyTagClassName
{
color: #DFDF37;
}
</style>
background-color css
<style>
a { background-color: #DFDF37; }
a { background-color: rgb(223,223,55); }
div.DivClassName
{
background-color: #DFDF37;
}
.BgClassName
{
background-color: #DFDF37;
}
</style>
border-color css
<style>
span { border-color: #DFDF37; }
span { border-color: rgb(223,223,55); }
td.TdClassName
{
border-color: #DFDF37;
}
.TagClassName
{
border-color: #DFDF37;
}
</style>