Shades of Starship #DFDC30
Tints of Starship #DFDC30
RGB
CMYK
RGB Variations
Color information
#DFDC30 (or 0xDFDC30) is known color: Starship. HEX triplet: DF, DC and 30. RGB value is (223,220,48). Sum of RGB (Red+Green+Blue) = 223+220+48=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC30 is #2023CF. Grayscale: #C9C9C9. Windows color (decimal): -2106320 or 3202271. OLE color: 3202271.
HSL color Cylindrical-coordinate representation of color #DFDC30: 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 #DFDC30 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 48 | - |
| 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.56 | 67.09 | 12.76 | - |
| YUV | 201.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 48 | 0 | 0.01 | 0.78 | 0.13 | 58.97 | 0.73 | 0.53 |
| Hex | DF | DC | 30 | 0 | 1 | 4E | D | 3B | 49 | 35 |
| Octal | 337 | 334 | 60 | 0 | 1 | 116 | 15 | 73 | 111 | 65 |
| Binary | 11011111 | 11011100 | 110000 | 0 | 1 | 1001110 | 1101 | 111011 | 1001001 | 110101 |
Color Harmonies of #DFDC30
Complementary color
Monochromatic Colors of #DFDC30
Black with #DFDC30
Text Example
Text Example
White with #DFDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC30; }
p { color: rgb(223,220,48); }
H1.HeaderClassName
{
color: #DFDC30;
}
.AnyTagClassName
{
color: #DFDC30;
}
</style>
background-color css
<style>
a { background-color: #DFDC30; }
a { background-color: rgb(223,220,48); }
div.DivClassName
{
background-color: #DFDC30;
}
.BgClassName
{
background-color: #DFDC30;
}
</style>
border-color css
<style>
span { border-color: #DFDC30; }
span { border-color: rgb(223,220,48); }
td.TdClassName
{
border-color: #DFDC30;
}
.TagClassName
{
border-color: #DFDC30;
}
</style>