Shades of Starship #DFDF38
Tints of Starship #DFDF38
RGB
CMYK
RGB Variations
Color information
#DFDF38 (or 0xDFDF38) is known color: Starship. HEX triplet: DF, DF and 38. RGB value is (223,223,56). Sum of RGB (Red+Green+Blue) = 223+223+56=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 56 (22.27% from 255 or 11.16% from 502); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF38 is #2020C7. Grayscale: #CCCCCC. Windows color (decimal): -2105544 or 3727327. OLE color: 3727327.
HSL color Cylindrical-coordinate representation of color #DFDF38: hue angle of 60º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFDF38 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 56 | - |
| CMYK | 0 | 0 | 0.75 | 0.13 |
| HSL | 60º | 0.72% | 0.55% | - |
| HSV(B) | 60º | 0.75% | 0.87% | - |
| XYZ | 57.53 | 68.75 | 13.98 | - |
| YUV | 203.96 | 44.5 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 56 | 0 | 0 | 0.75 | 0.13 | 60 | 0.72 | 0.55 |
| Hex | DF | DF | 38 | 0 | 0 | 4B | D | 3C | 48 | 37 |
| Octal | 337 | 337 | 70 | 0 | 0 | 113 | 15 | 74 | 110 | 67 |
| Binary | 11011111 | 11011111 | 111000 | 0 | 0 | 1001011 | 1101 | 111100 | 1001000 | 110111 |
Color Harmonies of #DFDF38
Complementary color
Monochromatic Colors of #DFDF38
Black with #DFDF38
Text Example
Text Example
White with #DFDF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF38; }
p { color: rgb(223,223,56); }
H1.HeaderClassName
{
color: #DFDF38;
}
.AnyTagClassName
{
color: #DFDF38;
}
</style>
background-color css
<style>
a { background-color: #DFDF38; }
a { background-color: rgb(223,223,56); }
div.DivClassName
{
background-color: #DFDF38;
}
.BgClassName
{
background-color: #DFDF38;
}
</style>
border-color css
<style>
span { border-color: #DFDF38; }
span { border-color: rgb(223,223,56); }
td.TdClassName
{
border-color: #DFDF38;
}
.TagClassName
{
border-color: #DFDF38;
}
</style>