Shades of Starship #DFDC31
Tints of Starship #DFDC31
RGB
CMYK
RGB Variations
Color information
#DFDC31 (or 0xDFDC31) is known color: Starship. HEX triplet: DF, DC and 31. RGB value is (223,220,49). Sum of RGB (Red+Green+Blue) = 223+220+49=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC31 is #2023CE. Grayscale: #CACACA. Windows color (decimal): -2106319 or 3267807. OLE color: 3267807.
HSL color Cylindrical-coordinate representation of color #DFDC31: hue angle of 58.97º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFDC31 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 49 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.13 |
| HSL | 58.97º | 0.73% | 0.53% | - |
| HSV(B) | 58.97º | 0.78% | 0.87% | - |
| XYZ | 56.58 | 67.1 | 12.87 | - |
| YUV | 201.4 | 41.99 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 49 | 0 | 0.01 | 0.78 | 0.13 | 58.97 | 0.73 | 0.53 |
| Hex | DF | DC | 31 | 0 | 1 | 4E | D | 3B | 49 | 35 |
| Octal | 337 | 334 | 61 | 0 | 1 | 116 | 15 | 73 | 111 | 65 |
| Binary | 11011111 | 11011100 | 110001 | 0 | 1 | 1001110 | 1101 | 111011 | 1001001 | 110101 |
Color Harmonies of #DFDC31
Complementary color
Monochromatic Colors of #DFDC31
Black with #DFDC31
Text Example
Text Example
White with #DFDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC31; }
p { color: rgb(223,220,49); }
H1.HeaderClassName
{
color: #DFDC31;
}
.AnyTagClassName
{
color: #DFDC31;
}
</style>
background-color css
<style>
a { background-color: #DFDC31; }
a { background-color: rgb(223,220,49); }
div.DivClassName
{
background-color: #DFDC31;
}
.BgClassName
{
background-color: #DFDC31;
}
</style>
border-color css
<style>
span { border-color: #DFDC31; }
span { border-color: rgb(223,220,49); }
td.TdClassName
{
border-color: #DFDC31;
}
.TagClassName
{
border-color: #DFDC31;
}
</style>