Shades of Starship #DFDF44
Tints of Starship #DFDF44
RGB
CMYK
RGB Variations
Color information
#DFDF44 (or 0xDFDF44) is known color: Starship. HEX triplet: DF, DF and 44. RGB value is (223,223,68). Sum of RGB (Red+Green+Blue) = 223+223+68=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 68 (26.95% from 255 or 13.23% from 514); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF44 is #2020BB. Grayscale: #CDCDCD. Windows color (decimal): -2105532 or 4513759. OLE color: 4513759.
HSL color Cylindrical-coordinate representation of color #DFDF44: hue angle of 60º 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 #DFDF44 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 68 | - |
| CMYK | 0 | 0 | 0.70 | 0.13 |
| HSL | 60º | 0.71% | 0.57% | - |
| HSV(B) | 60º | 0.7% | 0.87% | - |
| XYZ | 57.86 | 68.88 | 15.71 | - |
| YUV | 205.33 | 50.5 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 68 | 0 | 0 | 0.70 | 0.13 | 60 | 0.71 | 0.57 |
| Hex | DF | DF | 44 | 0 | 0 | 46 | D | 3C | 47 | 39 |
| Octal | 337 | 337 | 104 | 0 | 0 | 106 | 15 | 74 | 107 | 71 |
| Binary | 11011111 | 11011111 | 1000100 | 0 | 0 | 1000110 | 1101 | 111100 | 1000111 | 111001 |
Color Harmonies of #DFDF44
Complementary color
Monochromatic Colors of #DFDF44
Black with #DFDF44
Text Example
Text Example
White with #DFDF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF44; }
p { color: rgb(223,223,68); }
H1.HeaderClassName
{
color: #DFDF44;
}
.AnyTagClassName
{
color: #DFDF44;
}
</style>
background-color css
<style>
a { background-color: #DFDF44; }
a { background-color: rgb(223,223,68); }
div.DivClassName
{
background-color: #DFDF44;
}
.BgClassName
{
background-color: #DFDF44;
}
</style>
border-color css
<style>
span { border-color: #DFDF44; }
span { border-color: rgb(223,223,68); }
td.TdClassName
{
border-color: #DFDF44;
}
.TagClassName
{
border-color: #DFDF44;
}
</style>