Shades of Starship #DFDF40
Tints of Starship #DFDF40
RGB
CMYK
RGB Variations
Color information
#DFDF40 (or 0xDFDF40) is known color: Starship. HEX triplet: DF, DF and 40. RGB value is (223,223,64). Sum of RGB (Red+Green+Blue) = 223+223+64=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF40 is #2020BF. Grayscale: #CDCDCD. Windows color (decimal): -2105536 or 4251615. OLE color: 4251615.
HSL color Cylindrical-coordinate representation of color #DFDF40: hue angle of 60º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFDF40 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 64 | - |
| CMYK | 0 | 0 | 0.71 | 0.13 |
| HSL | 60º | 0.71% | 0.56% | - |
| HSV(B) | 60º | 0.71% | 0.87% | - |
| XYZ | 57.74 | 68.83 | 15.09 | - |
| YUV | 204.87 | 48.5 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 64 | 0 | 0 | 0.71 | 0.13 | 60 | 0.71 | 0.56 |
| Hex | DF | DF | 40 | 0 | 0 | 47 | D | 3C | 47 | 38 |
| Octal | 337 | 337 | 100 | 0 | 0 | 107 | 15 | 74 | 107 | 70 |
| Binary | 11011111 | 11011111 | 1000000 | 0 | 0 | 1000111 | 1101 | 111100 | 1000111 | 111000 |
Color Harmonies of #DFDF40
Complementary color
Monochromatic Colors of #DFDF40
Black with #DFDF40
Text Example
Text Example
White with #DFDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF40; }
p { color: rgb(223,223,64); }
H1.HeaderClassName
{
color: #DFDF40;
}
.AnyTagClassName
{
color: #DFDF40;
}
</style>
background-color css
<style>
a { background-color: #DFDF40; }
a { background-color: rgb(223,223,64); }
div.DivClassName
{
background-color: #DFDF40;
}
.BgClassName
{
background-color: #DFDF40;
}
</style>
border-color css
<style>
span { border-color: #DFDF40; }
span { border-color: rgb(223,223,64); }
td.TdClassName
{
border-color: #DFDF40;
}
.TagClassName
{
border-color: #DFDF40;
}
</style>