Shades of Starship #DFDC44
Tints of Starship #DFDC44
RGB
CMYK
RGB Variations
Color information
#DFDC44 (or 0xDFDC44) is known color: Starship. HEX triplet: DF, DC and 44. RGB value is (223,220,68). Sum of RGB (Red+Green+Blue) = 223+220+68=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 68 (26.95% from 255 or 13.31% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC44 is #2023BB. Grayscale: #CCCCCC. Windows color (decimal): -2106300 or 4512991. OLE color: 4512991.
HSL color Cylindrical-coordinate representation of color #DFDC44: hue angle of 58.84º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFDC44 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 68 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.13 |
| HSL | 58.84º | 0.71% | 0.57% | - |
| HSV(B) | 58.84º | 0.7% | 0.87% | - |
| XYZ | 57.07 | 67.29 | 15.45 | - |
| YUV | 203.57 | 51.49 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 68 | 0 | 0.01 | 0.70 | 0.13 | 58.84 | 0.71 | 0.57 |
| Hex | DF | DC | 44 | 0 | 1 | 46 | D | 3B | 47 | 39 |
| Octal | 337 | 334 | 104 | 0 | 1 | 106 | 15 | 73 | 107 | 71 |
| Binary | 11011111 | 11011100 | 1000100 | 0 | 1 | 1000110 | 1101 | 111011 | 1000111 | 111001 |
Color Harmonies of #DFDC44
Complementary color
Monochromatic Colors of #DFDC44
Black with #DFDC44
Text Example
Text Example
White with #DFDC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC44; }
p { color: rgb(223,220,68); }
H1.HeaderClassName
{
color: #DFDC44;
}
.AnyTagClassName
{
color: #DFDC44;
}
</style>
background-color css
<style>
a { background-color: #DFDC44; }
a { background-color: rgb(223,220,68); }
div.DivClassName
{
background-color: #DFDC44;
}
.BgClassName
{
background-color: #DFDC44;
}
</style>
border-color css
<style>
span { border-color: #DFDC44; }
span { border-color: rgb(223,220,68); }
td.TdClassName
{
border-color: #DFDC44;
}
.TagClassName
{
border-color: #DFDC44;
}
</style>