Shades of Starship #DFD238
Tints of Starship #DFD238
RGB
CMYK
RGB Variations
Color information
#DFD238 (or 0xDFD238) is known color: Starship. HEX triplet: DF, D2 and 38. RGB value is (223,210,56). Sum of RGB (Red+Green+Blue) = 223+210+56=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 56 (22.27% from 255 or 11.45% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD238 is #202DC7. Grayscale: #C4C4C4. Windows color (decimal): -2108872 or 3723999. OLE color: 3723999.
HSL color Cylindrical-coordinate representation of color #DFD238: hue angle of 55.33º 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 #DFD238 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 56 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.13 |
| HSL | 55.33º | 0.72% | 0.55% | - |
| HSV(B) | 55.33º | 0.75% | 0.87% | - |
| XYZ | 54.19 | 62.07 | 12.87 | - |
| YUV | 196.33 | 48.81 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 56 | 0 | 0.06 | 0.75 | 0.13 | 55.33 | 0.72 | 0.55 |
| Hex | DF | D2 | 38 | 0 | 6 | 4B | D | 37 | 48 | 37 |
| Octal | 337 | 322 | 70 | 0 | 6 | 113 | 15 | 67 | 110 | 67 |
| Binary | 11011111 | 11010010 | 111000 | 0 | 110 | 1001011 | 1101 | 110111 | 1001000 | 110111 |
Color Harmonies of #DFD238
Complementary color
Monochromatic Colors of #DFD238
Black with #DFD238
Text Example
Text Example
White with #DFD238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD238; }
p { color: rgb(223,210,56); }
H1.HeaderClassName
{
color: #DFD238;
}
.AnyTagClassName
{
color: #DFD238;
}
</style>
background-color css
<style>
a { background-color: #DFD238; }
a { background-color: rgb(223,210,56); }
div.DivClassName
{
background-color: #DFD238;
}
.BgClassName
{
background-color: #DFD238;
}
</style>
border-color css
<style>
span { border-color: #DFD238; }
span { border-color: rgb(223,210,56); }
td.TdClassName
{
border-color: #DFD238;
}
.TagClassName
{
border-color: #DFD238;
}
</style>