Shades of Starship #DFD735
Tints of Starship #DFD735
RGB
CMYK
RGB Variations
Color information
#DFD735 (or 0xDFD735) is known color: Starship. HEX triplet: DF, D7 and 35. RGB value is (223,215,53). Sum of RGB (Red+Green+Blue) = 223+215+53=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 53 (21.09% from 255 or 10.79% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD735 is #2028CA. Grayscale: #C7C7C7. Windows color (decimal): -2107595 or 3528671. OLE color: 3528671.
HSL color Cylindrical-coordinate representation of color #DFD735: hue angle of 57.18º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFD735 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 53 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.13 |
| HSL | 57.18º | 0.73% | 0.54% | - |
| HSV(B) | 57.18º | 0.76% | 0.87% | - |
| XYZ | 55.37 | 64.55 | 12.91 | - |
| YUV | 198.92 | 45.65 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 53 | 0 | 0.04 | 0.76 | 0.13 | 57.18 | 0.73 | 0.54 |
| Hex | DF | D7 | 35 | 0 | 4 | 4C | D | 39 | 49 | 36 |
| Octal | 337 | 327 | 65 | 0 | 4 | 114 | 15 | 71 | 111 | 66 |
| Binary | 11011111 | 11010111 | 110101 | 0 | 100 | 1001100 | 1101 | 111001 | 1001001 | 110110 |
Color Harmonies of #DFD735
Complementary color
Monochromatic Colors of #DFD735
Black with #DFD735
Text Example
Text Example
White with #DFD735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD735; }
p { color: rgb(223,215,53); }
H1.HeaderClassName
{
color: #DFD735;
}
.AnyTagClassName
{
color: #DFD735;
}
</style>
background-color css
<style>
a { background-color: #DFD735; }
a { background-color: rgb(223,215,53); }
div.DivClassName
{
background-color: #DFD735;
}
.BgClassName
{
background-color: #DFD735;
}
</style>
border-color css
<style>
span { border-color: #DFD735; }
span { border-color: rgb(223,215,53); }
td.TdClassName
{
border-color: #DFD735;
}
.TagClassName
{
border-color: #DFD735;
}
</style>