Shades of Starship #DFDF41
Tints of Starship #DFDF41
RGB
CMYK
RGB Variations
Color information
#DFDF41 (or 0xDFDF41) is known color: Starship. HEX triplet: DF, DF and 41. RGB value is (223,223,65). Sum of RGB (Red+Green+Blue) = 223+223+65=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF41 is #2020BE. Grayscale: #CDCDCD. Windows color (decimal): -2105535 or 4317151. OLE color: 4317151.
HSL color Cylindrical-coordinate representation of color #DFDF41: hue angle of 60º 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 #DFDF41 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 65 | - |
| CMYK | 0 | 0 | 0.71 | 0.13 |
| HSL | 60º | 0.71% | 0.56% | - |
| HSV(B) | 60º | 0.71% | 0.87% | - |
| XYZ | 57.77 | 68.84 | 15.24 | - |
| YUV | 204.99 | 49 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 65 | 0 | 0 | 0.71 | 0.13 | 60 | 0.71 | 0.56 |
| Hex | DF | DF | 41 | 0 | 0 | 47 | D | 3C | 47 | 38 |
| Octal | 337 | 337 | 101 | 0 | 0 | 107 | 15 | 74 | 107 | 70 |
| Binary | 11011111 | 11011111 | 1000001 | 0 | 0 | 1000111 | 1101 | 111100 | 1000111 | 111000 |
Color Harmonies of #DFDF41
Complementary color
Monochromatic Colors of #DFDF41
Black with #DFDF41
Text Example
Text Example
White with #DFDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF41; }
p { color: rgb(223,223,65); }
H1.HeaderClassName
{
color: #DFDF41;
}
.AnyTagClassName
{
color: #DFDF41;
}
</style>
background-color css
<style>
a { background-color: #DFDF41; }
a { background-color: rgb(223,223,65); }
div.DivClassName
{
background-color: #DFDF41;
}
.BgClassName
{
background-color: #DFDF41;
}
</style>
border-color css
<style>
span { border-color: #DFDF41; }
span { border-color: rgb(223,223,65); }
td.TdClassName
{
border-color: #DFDF41;
}
.TagClassName
{
border-color: #DFDF41;
}
</style>