Shades of Starship #DFD333
Tints of Starship #DFD333
RGB
CMYK
RGB Variations
Color information
#DFD333 (or 0xDFD333) is known color: Starship. HEX triplet: DF, D3 and 33. RGB value is (223,211,51). Sum of RGB (Red+Green+Blue) = 223+211+51=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD333 is #202CCC. Grayscale: #C5C5C5. Windows color (decimal): -2108621 or 3396575. OLE color: 3396575.
HSL color Cylindrical-coordinate representation of color #DFD333: hue angle of 55.81º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFD333 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 51 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.13 |
| HSL | 55.81º | 0.73% | 0.54% | - |
| HSV(B) | 55.81º | 0.77% | 0.87% | - |
| XYZ | 54.32 | 62.52 | 12.34 | - |
| YUV | 196.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 51 | 0 | 0.05 | 0.77 | 0.13 | 55.81 | 0.73 | 0.54 |
| Hex | DF | D3 | 33 | 0 | 5 | 4D | D | 38 | 49 | 36 |
| Octal | 337 | 323 | 63 | 0 | 5 | 115 | 15 | 70 | 111 | 66 |
| Binary | 11011111 | 11010011 | 110011 | 0 | 101 | 1001101 | 1101 | 111000 | 1001001 | 110110 |
Color Harmonies of #DFD333
Complementary color
Monochromatic Colors of #DFD333
Black with #DFD333
Text Example
Text Example
White with #DFD333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD333; }
p { color: rgb(223,211,51); }
H1.HeaderClassName
{
color: #DFD333;
}
.AnyTagClassName
{
color: #DFD333;
}
</style>
background-color css
<style>
a { background-color: #DFD333; }
a { background-color: rgb(223,211,51); }
div.DivClassName
{
background-color: #DFD333;
}
.BgClassName
{
background-color: #DFD333;
}
</style>
border-color css
<style>
span { border-color: #DFD333; }
span { border-color: rgb(223,211,51); }
td.TdClassName
{
border-color: #DFD333;
}
.TagClassName
{
border-color: #DFD333;
}
</style>