Shades of Starship #DFDA41
Tints of Starship #DFDA41
RGB
CMYK
RGB Variations
Color information
#DFDA41 (or 0xDFDA41) is known color: Starship. HEX triplet: DF, DA and 41. RGB value is (223,218,65). Sum of RGB (Red+Green+Blue) = 223+218+65=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 65 (25.78% from 255 or 12.85% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA41 is #2025BE. Grayscale: #CACACA. Windows color (decimal): -2106815 or 4315871. OLE color: 4315871.
HSL color Cylindrical-coordinate representation of color #DFDA41: hue angle of 58.1º 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 #DFDA41 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 65 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.13 |
| HSL | 58.1º | 0.71% | 0.56% | - |
| HSV(B) | 58.1º | 0.71% | 0.87% | - |
| XYZ | 56.46 | 66.21 | 14.81 | - |
| YUV | 202.05 | 50.66 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 65 | 0 | 0.02 | 0.71 | 0.13 | 58.1 | 0.71 | 0.56 |
| Hex | DF | DA | 41 | 0 | 2 | 47 | D | 3A | 47 | 38 |
| Octal | 337 | 332 | 101 | 0 | 2 | 107 | 15 | 72 | 107 | 70 |
| Binary | 11011111 | 11011010 | 1000001 | 0 | 10 | 1000111 | 1101 | 111010 | 1000111 | 111000 |
Color Harmonies of #DFDA41
Complementary color
Monochromatic Colors of #DFDA41
Black with #DFDA41
Text Example
Text Example
White with #DFDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA41; }
p { color: rgb(223,218,65); }
H1.HeaderClassName
{
color: #DFDA41;
}
.AnyTagClassName
{
color: #DFDA41;
}
</style>
background-color css
<style>
a { background-color: #DFDA41; }
a { background-color: rgb(223,218,65); }
div.DivClassName
{
background-color: #DFDA41;
}
.BgClassName
{
background-color: #DFDA41;
}
</style>
border-color css
<style>
span { border-color: #DFDA41; }
span { border-color: rgb(223,218,65); }
td.TdClassName
{
border-color: #DFDA41;
}
.TagClassName
{
border-color: #DFDA41;
}
</style>