Shades of Starship #DFDF36
Tints of Starship #DFDF36
RGB
CMYK
RGB Variations
Color information
#DFDF36 (or 0xDFDF36) is known color: Starship. HEX triplet: DF, DF and 36. RGB value is (223,223,54). Sum of RGB (Red+Green+Blue) = 223+223+54=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 54 (21.48% from 255 or 10.8% from 500); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF36 is #2020C9. Grayscale: #CCCCCC. Windows color (decimal): -2105546 or 3596255. OLE color: 3596255.
HSL color Cylindrical-coordinate representation of color #DFDF36: hue angle of 60º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFDF36 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 54 | - |
| CMYK | 0 | 0 | 0.76 | 0.13 |
| HSL | 60º | 0.73% | 0.54% | - |
| HSV(B) | 60º | 0.76% | 0.87% | - |
| XYZ | 57.48 | 68.73 | 13.73 | - |
| YUV | 203.73 | 43.5 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 54 | 0 | 0 | 0.76 | 0.13 | 60 | 0.73 | 0.54 |
| Hex | DF | DF | 36 | 0 | 0 | 4C | D | 3C | 49 | 36 |
| Octal | 337 | 337 | 66 | 0 | 0 | 114 | 15 | 74 | 111 | 66 |
| Binary | 11011111 | 11011111 | 110110 | 0 | 0 | 1001100 | 1101 | 111100 | 1001001 | 110110 |
Color Harmonies of #DFDF36
Complementary color
Monochromatic Colors of #DFDF36
Black with #DFDF36
Text Example
Text Example
White with #DFDF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF36; }
p { color: rgb(223,223,54); }
H1.HeaderClassName
{
color: #DFDF36;
}
.AnyTagClassName
{
color: #DFDF36;
}
</style>
background-color css
<style>
a { background-color: #DFDF36; }
a { background-color: rgb(223,223,54); }
div.DivClassName
{
background-color: #DFDF36;
}
.BgClassName
{
background-color: #DFDF36;
}
</style>
border-color css
<style>
span { border-color: #DFDF36; }
span { border-color: rgb(223,223,54); }
td.TdClassName
{
border-color: #DFDF36;
}
.TagClassName
{
border-color: #DFDF36;
}
</style>