Shades of Starship #DFDA39
Tints of Starship #DFDA39
RGB
CMYK
RGB Variations
Color information
#DFDA39 (or 0xDFDA39) is known color: Starship. HEX triplet: DF, DA and 39. RGB value is (223,218,57). Sum of RGB (Red+Green+Blue) = 223+218+57=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 57 (22.66% from 255 or 11.45% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA39 is #2025C6. Grayscale: #C9C9C9. Windows color (decimal): -2106823 or 3791583. OLE color: 3791583.
HSL color Cylindrical-coordinate representation of color #DFDA39: hue angle of 58.19º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFDA39 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 57 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.13 |
| HSL | 58.19º | 0.72% | 0.55% | - |
| HSV(B) | 58.19º | 0.74% | 0.87% | - |
| XYZ | 56.24 | 66.13 | 13.67 | - |
| YUV | 201.14 | 46.66 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 57 | 0 | 0.02 | 0.74 | 0.13 | 58.19 | 0.72 | 0.55 |
| Hex | DF | DA | 39 | 0 | 2 | 4A | D | 3A | 48 | 37 |
| Octal | 337 | 332 | 71 | 0 | 2 | 112 | 15 | 72 | 110 | 67 |
| Binary | 11011111 | 11011010 | 111001 | 0 | 10 | 1001010 | 1101 | 111010 | 1001000 | 110111 |
Color Harmonies of #DFDA39
Complementary color
Monochromatic Colors of #DFDA39
Black with #DFDA39
Text Example
Text Example
White with #DFDA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA39; }
p { color: rgb(223,218,57); }
H1.HeaderClassName
{
color: #DFDA39;
}
.AnyTagClassName
{
color: #DFDA39;
}
</style>
background-color css
<style>
a { background-color: #DFDA39; }
a { background-color: rgb(223,218,57); }
div.DivClassName
{
background-color: #DFDA39;
}
.BgClassName
{
background-color: #DFDA39;
}
</style>
border-color css
<style>
span { border-color: #DFDA39; }
span { border-color: rgb(223,218,57); }
td.TdClassName
{
border-color: #DFDA39;
}
.TagClassName
{
border-color: #DFDA39;
}
</style>