Shades of Starship #DFD541
Tints of Starship #DFD541
RGB
CMYK
RGB Variations
Color information
#DFD541 (or 0xDFD541) is known color: Starship. HEX triplet: DF, D5 and 41. RGB value is (223,213,65). Sum of RGB (Red+Green+Blue) = 223+213+65=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 65 (25.78% from 255 or 12.97% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD541 is #202ABE. Grayscale: #C7C7C7. Windows color (decimal): -2108095 or 4314591. OLE color: 4314591.
HSL color Cylindrical-coordinate representation of color #DFD541: hue angle of 56.2º 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 #DFD541 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 65 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.13 |
| HSL | 56.2º | 0.71% | 0.56% | - |
| HSV(B) | 56.2º | 0.71% | 0.87% | - |
| XYZ | 55.18 | 63.66 | 14.38 | - |
| YUV | 199.12 | 52.31 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 65 | 0 | 0.04 | 0.71 | 0.13 | 56.2 | 0.71 | 0.56 |
| Hex | DF | D5 | 41 | 0 | 4 | 47 | D | 38 | 47 | 38 |
| Octal | 337 | 325 | 101 | 0 | 4 | 107 | 15 | 70 | 107 | 70 |
| Binary | 11011111 | 11010101 | 1000001 | 0 | 100 | 1000111 | 1101 | 111000 | 1000111 | 111000 |
Color Harmonies of #DFD541
Complementary color
Monochromatic Colors of #DFD541
Black with #DFD541
Text Example
Text Example
White with #DFD541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD541; }
p { color: rgb(223,213,65); }
H1.HeaderClassName
{
color: #DFD541;
}
.AnyTagClassName
{
color: #DFD541;
}
</style>
background-color css
<style>
a { background-color: #DFD541; }
a { background-color: rgb(223,213,65); }
div.DivClassName
{
background-color: #DFD541;
}
.BgClassName
{
background-color: #DFD541;
}
</style>
border-color css
<style>
span { border-color: #DFD541; }
span { border-color: rgb(223,213,65); }
td.TdClassName
{
border-color: #DFD541;
}
.TagClassName
{
border-color: #DFD541;
}
</style>