Shades of Starship #DFDF42
Tints of Starship #DFDF42
RGB
CMYK
RGB Variations
Color information
#DFDF42 (or 0xDFDF42) is known color: Starship. HEX triplet: DF, DF and 42. RGB value is (223,223,66). Sum of RGB (Red+Green+Blue) = 223+223+66=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 66 (26.17% from 255 or 12.89% from 512); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF42 is #2020BD. Grayscale: #CDCDCD. Windows color (decimal): -2105534 or 4382687. OLE color: 4382687.
HSL color Cylindrical-coordinate representation of color #DFDF42: hue angle of 60º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFDF42 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 66 | - |
| CMYK | 0 | 0 | 0.70 | 0.13 |
| HSL | 60º | 0.71% | 0.57% | - |
| HSV(B) | 60º | 0.7% | 0.87% | - |
| XYZ | 57.8 | 68.86 | 15.4 | - |
| YUV | 205.1 | 49.5 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 66 | 0 | 0 | 0.70 | 0.13 | 60 | 0.71 | 0.57 |
| Hex | DF | DF | 42 | 0 | 0 | 46 | D | 3C | 47 | 39 |
| Octal | 337 | 337 | 102 | 0 | 0 | 106 | 15 | 74 | 107 | 71 |
| Binary | 11011111 | 11011111 | 1000010 | 0 | 0 | 1000110 | 1101 | 111100 | 1000111 | 111001 |
Color Harmonies of #DFDF42
Complementary color
Monochromatic Colors of #DFDF42
Black with #DFDF42
Text Example
Text Example
White with #DFDF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF42; }
p { color: rgb(223,223,66); }
H1.HeaderClassName
{
color: #DFDF42;
}
.AnyTagClassName
{
color: #DFDF42;
}
</style>
background-color css
<style>
a { background-color: #DFDF42; }
a { background-color: rgb(223,223,66); }
div.DivClassName
{
background-color: #DFDF42;
}
.BgClassName
{
background-color: #DFDF42;
}
</style>
border-color css
<style>
span { border-color: #DFDF42; }
span { border-color: rgb(223,223,66); }
td.TdClassName
{
border-color: #DFDF42;
}
.TagClassName
{
border-color: #DFDF42;
}
</style>