Shades of Starship #DFDF46
Tints of Starship #DFDF46
RGB
CMYK
RGB Variations
Color information
#DFDF46 (or 0xDFDF46) is known color: Starship. HEX triplet: DF, DF and 46. RGB value is (223,223,70). Sum of RGB (Red+Green+Blue) = 223+223+70=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF46 is #2020B9. Grayscale: #CECECE. Windows color (decimal): -2105530 or 4644831. OLE color: 4644831.
HSL color Cylindrical-coordinate representation of color #DFDF46: 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.69%. Process color model (Four color, CMYK) of #DFDF46 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 70 | - |
| CMYK | 0 | 0 | 0.69 | 0.13 |
| HSL | 60º | 0.71% | 0.57% | - |
| HSV(B) | 60º | 0.69% | 0.87% | - |
| XYZ | 57.92 | 68.91 | 16.04 | - |
| YUV | 205.56 | 51.5 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 70 | 0 | 0 | 0.69 | 0.13 | 60 | 0.71 | 0.57 |
| Hex | DF | DF | 46 | 0 | 0 | 45 | D | 3C | 47 | 39 |
| Octal | 337 | 337 | 106 | 0 | 0 | 105 | 15 | 74 | 107 | 71 |
| Binary | 11011111 | 11011111 | 1000110 | 0 | 0 | 1000101 | 1101 | 111100 | 1000111 | 111001 |
Color Harmonies of #DFDF46
Complementary color
Monochromatic Colors of #DFDF46
Black with #DFDF46
Text Example
Text Example
White with #DFDF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF46; }
p { color: rgb(223,223,70); }
H1.HeaderClassName
{
color: #DFDF46;
}
.AnyTagClassName
{
color: #DFDF46;
}
</style>
background-color css
<style>
a { background-color: #DFDF46; }
a { background-color: rgb(223,223,70); }
div.DivClassName
{
background-color: #DFDF46;
}
.BgClassName
{
background-color: #DFDF46;
}
</style>
border-color css
<style>
span { border-color: #DFDF46; }
span { border-color: rgb(223,223,70); }
td.TdClassName
{
border-color: #DFDF46;
}
.TagClassName
{
border-color: #DFDF46;
}
</style>