Shades of Starship #DFD52E
Tints of Starship #DFD52E
RGB
CMYK
RGB Variations
Color information
#DFD52E (or 0xDFD52E) is known color: Starship. HEX triplet: DF, D5 and 2E. RGB value is (223,213,46). Sum of RGB (Red+Green+Blue) = 223+213+46=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD52E is #202AD1. Grayscale: #C5C5C5. Windows color (decimal): -2108114 or 3069407. OLE color: 3069407.
HSL color Cylindrical-coordinate representation of color #DFD52E: hue angle of 56.61º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFD52E is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 46 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.13 |
| HSL | 56.61º | 0.73% | 0.53% | - |
| HSV(B) | 56.61º | 0.79% | 0.87% | - |
| XYZ | 54.72 | 63.47 | 11.95 | - |
| YUV | 196.95 | 42.81 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 46 | 0 | 0.04 | 0.79 | 0.13 | 56.61 | 0.73 | 0.53 |
| Hex | DF | D5 | 2E | 0 | 4 | 4F | D | 39 | 49 | 35 |
| Octal | 337 | 325 | 56 | 0 | 4 | 117 | 15 | 71 | 111 | 65 |
| Binary | 11011111 | 11010101 | 101110 | 0 | 100 | 1001111 | 1101 | 111001 | 1001001 | 110101 |
Color Harmonies of #DFD52E
Complementary color
Monochromatic Colors of #DFD52E
Black with #DFD52E
Text Example
Text Example
White with #DFD52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD52E; }
p { color: rgb(223,213,46); }
H1.HeaderClassName
{
color: #DFD52E;
}
.AnyTagClassName
{
color: #DFD52E;
}
</style>
background-color css
<style>
a { background-color: #DFD52E; }
a { background-color: rgb(223,213,46); }
div.DivClassName
{
background-color: #DFD52E;
}
.BgClassName
{
background-color: #DFD52E;
}
</style>
border-color css
<style>
span { border-color: #DFD52E; }
span { border-color: rgb(223,213,46); }
td.TdClassName
{
border-color: #DFD52E;
}
.TagClassName
{
border-color: #DFD52E;
}
</style>