Shades of Starship #DFD538
Tints of Starship #DFD538
RGB
CMYK
RGB Variations
Color information
#DFD538 (or 0xDFD538) is known color: Starship. HEX triplet: DF, D5 and 38. RGB value is (223,213,56). Sum of RGB (Red+Green+Blue) = 223+213+56=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 56 (22.27% from 255 or 11.38% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD538 is #202AC7. Grayscale: #C6C6C6. Windows color (decimal): -2108104 or 3724767. OLE color: 3724767.
HSL color Cylindrical-coordinate representation of color #DFD538: hue angle of 56.41º 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 #DFD538 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 56 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.13 |
| HSL | 56.41º | 0.72% | 0.55% | - |
| HSV(B) | 56.41º | 0.75% | 0.87% | - |
| XYZ | 54.94 | 63.56 | 13.11 | - |
| YUV | 198.09 | 47.81 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 56 | 0 | 0.04 | 0.75 | 0.13 | 56.41 | 0.72 | 0.55 |
| Hex | DF | D5 | 38 | 0 | 4 | 4B | D | 38 | 48 | 37 |
| Octal | 337 | 325 | 70 | 0 | 4 | 113 | 15 | 70 | 110 | 67 |
| Binary | 11011111 | 11010101 | 111000 | 0 | 100 | 1001011 | 1101 | 111000 | 1001000 | 110111 |
Color Harmonies of #DFD538
Complementary color
Monochromatic Colors of #DFD538
Black with #DFD538
Text Example
Text Example
White with #DFD538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD538; }
p { color: rgb(223,213,56); }
H1.HeaderClassName
{
color: #DFD538;
}
.AnyTagClassName
{
color: #DFD538;
}
</style>
background-color css
<style>
a { background-color: #DFD538; }
a { background-color: rgb(223,213,56); }
div.DivClassName
{
background-color: #DFD538;
}
.BgClassName
{
background-color: #DFD538;
}
</style>
border-color css
<style>
span { border-color: #DFD538; }
span { border-color: rgb(223,213,56); }
td.TdClassName
{
border-color: #DFD538;
}
.TagClassName
{
border-color: #DFD538;
}
</style>