Shades of Starship #DFD838
Tints of Starship #DFD838
RGB
CMYK
RGB Variations
Color information
#DFD838 (or 0xDFD838) is known color: Starship. HEX triplet: DF, D8 and 38. RGB value is (223,216,56). Sum of RGB (Red+Green+Blue) = 223+216+56=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 56 (22.27% from 255 or 11.31% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD838 is #2027C7. Grayscale: #C8C8C8. Windows color (decimal): -2107336 or 3725535. OLE color: 3725535.
HSL color Cylindrical-coordinate representation of color #DFD838: hue angle of 57.49º 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 #DFD838 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 56 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.13 |
| HSL | 57.49º | 0.72% | 0.55% | - |
| HSV(B) | 57.49º | 0.75% | 0.87% | - |
| XYZ | 55.7 | 65.09 | 13.37 | - |
| YUV | 199.85 | 46.82 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 56 | 0 | 0.03 | 0.75 | 0.13 | 57.49 | 0.72 | 0.55 |
| Hex | DF | D8 | 38 | 0 | 3 | 4B | D | 39 | 48 | 37 |
| Octal | 337 | 330 | 70 | 0 | 3 | 113 | 15 | 71 | 110 | 67 |
| Binary | 11011111 | 11011000 | 111000 | 0 | 11 | 1001011 | 1101 | 111001 | 1001000 | 110111 |
Color Harmonies of #DFD838
Complementary color
Monochromatic Colors of #DFD838
Black with #DFD838
Text Example
Text Example
White with #DFD838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD838; }
p { color: rgb(223,216,56); }
H1.HeaderClassName
{
color: #DFD838;
}
.AnyTagClassName
{
color: #DFD838;
}
</style>
background-color css
<style>
a { background-color: #DFD838; }
a { background-color: rgb(223,216,56); }
div.DivClassName
{
background-color: #DFD838;
}
.BgClassName
{
background-color: #DFD838;
}
</style>
border-color css
<style>
span { border-color: #DFD838; }
span { border-color: rgb(223,216,56); }
td.TdClassName
{
border-color: #DFD838;
}
.TagClassName
{
border-color: #DFD838;
}
</style>