Shades of Starship #DFDC36
Tints of Starship #DFDC36
RGB
CMYK
RGB Variations
Color information
#DFDC36 (or 0xDFDC36) is known color: Starship. HEX triplet: DF, DC and 36. RGB value is (223,220,54). Sum of RGB (Red+Green+Blue) = 223+220+54=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 54 (21.48% from 255 or 10.87% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC36 is #2023C9. Grayscale: #CACACA. Windows color (decimal): -2106314 or 3595487. OLE color: 3595487.
HSL color Cylindrical-coordinate representation of color #DFDC36: hue angle of 58.93º 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 #DFDC36 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 54 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.13 |
| HSL | 58.93º | 0.73% | 0.54% | - |
| HSV(B) | 58.93º | 0.76% | 0.87% | - |
| XYZ | 56.69 | 67.14 | 13.46 | - |
| YUV | 201.97 | 44.49 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 54 | 0 | 0.01 | 0.76 | 0.13 | 58.93 | 0.73 | 0.54 |
| Hex | DF | DC | 36 | 0 | 1 | 4C | D | 3B | 49 | 36 |
| Octal | 337 | 334 | 66 | 0 | 1 | 114 | 15 | 73 | 111 | 66 |
| Binary | 11011111 | 11011100 | 110110 | 0 | 1 | 1001100 | 1101 | 111011 | 1001001 | 110110 |
Color Harmonies of #DFDC36
Complementary color
Monochromatic Colors of #DFDC36
Black with #DFDC36
Text Example
Text Example
White with #DFDC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC36; }
p { color: rgb(223,220,54); }
H1.HeaderClassName
{
color: #DFDC36;
}
.AnyTagClassName
{
color: #DFDC36;
}
</style>
background-color css
<style>
a { background-color: #DFDC36; }
a { background-color: rgb(223,220,54); }
div.DivClassName
{
background-color: #DFDC36;
}
.BgClassName
{
background-color: #DFDC36;
}
</style>
border-color css
<style>
span { border-color: #DFDC36; }
span { border-color: rgb(223,220,54); }
td.TdClassName
{
border-color: #DFDC36;
}
.TagClassName
{
border-color: #DFDC36;
}
</style>