Shades of Starship #DFD942
Tints of Starship #DFD942
RGB
CMYK
RGB Variations
Color information
#DFD942 (or 0xDFD942) is known color: Starship. HEX triplet: DF, D9 and 42. RGB value is (223,217,66). Sum of RGB (Red+Green+Blue) = 223+217+66=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD942 is #2026BD. Grayscale: #CACACA. Windows color (decimal): -2107070 or 4381151. OLE color: 4381151.
HSL color Cylindrical-coordinate representation of color #DFD942: hue angle of 57.71º 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 #DFD942 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 66 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.13 |
| HSL | 57.71º | 0.71% | 0.57% | - |
| HSV(B) | 57.71º | 0.7% | 0.87% | - |
| XYZ | 56.23 | 65.71 | 14.87 | - |
| YUV | 201.58 | 51.49 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 66 | 0 | 0.03 | 0.70 | 0.13 | 57.71 | 0.71 | 0.57 |
| Hex | DF | D9 | 42 | 0 | 3 | 46 | D | 3A | 47 | 39 |
| Octal | 337 | 331 | 102 | 0 | 3 | 106 | 15 | 72 | 107 | 71 |
| Binary | 11011111 | 11011001 | 1000010 | 0 | 11 | 1000110 | 1101 | 111010 | 1000111 | 111001 |
Color Harmonies of #DFD942
Complementary color
Monochromatic Colors of #DFD942
Black with #DFD942
Text Example
Text Example
White with #DFD942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD942; }
p { color: rgb(223,217,66); }
H1.HeaderClassName
{
color: #DFD942;
}
.AnyTagClassName
{
color: #DFD942;
}
</style>
background-color css
<style>
a { background-color: #DFD942; }
a { background-color: rgb(223,217,66); }
div.DivClassName
{
background-color: #DFD942;
}
.BgClassName
{
background-color: #DFD942;
}
</style>
border-color css
<style>
span { border-color: #DFD942; }
span { border-color: rgb(223,217,66); }
td.TdClassName
{
border-color: #DFD942;
}
.TagClassName
{
border-color: #DFD942;
}
</style>