Shades of Starship #DFDC40
Tints of Starship #DFDC40
RGB
CMYK
RGB Variations
Color information
#DFDC40 (or 0xDFDC40) is known color: Starship. HEX triplet: DF, DC and 40. RGB value is (223,220,64). Sum of RGB (Red+Green+Blue) = 223+220+64=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC40 is #2023BF. Grayscale: #CBCBCB. Windows color (decimal): -2106304 or 4250847. OLE color: 4250847.
HSL color Cylindrical-coordinate representation of color #DFDC40: hue angle of 58.87º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFDC40 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 64 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.13 |
| HSL | 58.87º | 0.71% | 0.56% | - |
| HSV(B) | 58.87º | 0.71% | 0.87% | - |
| XYZ | 56.95 | 67.24 | 14.83 | - |
| YUV | 203.11 | 49.49 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 64 | 0 | 0.01 | 0.71 | 0.13 | 58.87 | 0.71 | 0.56 |
| Hex | DF | DC | 40 | 0 | 1 | 47 | D | 3B | 47 | 38 |
| Octal | 337 | 334 | 100 | 0 | 1 | 107 | 15 | 73 | 107 | 70 |
| Binary | 11011111 | 11011100 | 1000000 | 0 | 1 | 1000111 | 1101 | 111011 | 1000111 | 111000 |
Color Harmonies of #DFDC40
Complementary color
Monochromatic Colors of #DFDC40
Black with #DFDC40
Text Example
Text Example
White with #DFDC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC40; }
p { color: rgb(223,220,64); }
H1.HeaderClassName
{
color: #DFDC40;
}
.AnyTagClassName
{
color: #DFDC40;
}
</style>
background-color css
<style>
a { background-color: #DFDC40; }
a { background-color: rgb(223,220,64); }
div.DivClassName
{
background-color: #DFDC40;
}
.BgClassName
{
background-color: #DFDC40;
}
</style>
border-color css
<style>
span { border-color: #DFDC40; }
span { border-color: rgb(223,220,64); }
td.TdClassName
{
border-color: #DFDC40;
}
.TagClassName
{
border-color: #DFDC40;
}
</style>