Shades of Starship #DFD845
Tints of Starship #DFD845
RGB
CMYK
RGB Variations
Color information
#DFD845 (or 0xDFD845) is known color: Starship. HEX triplet: DF, D8 and 45. RGB value is (223,216,69). Sum of RGB (Red+Green+Blue) = 223+216+69=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 69 (27.34% from 255 or 13.58% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD845 is #2027BA. Grayscale: #C9C9C9. Windows color (decimal): -2107323 or 4577503. OLE color: 4577503.
HSL color Cylindrical-coordinate representation of color #DFD845: hue angle of 57.27º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFD845 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 69 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.13 |
| HSL | 57.27º | 0.71% | 0.57% | - |
| HSV(B) | 57.27º | 0.69% | 0.87% | - |
| XYZ | 56.06 | 65.23 | 15.27 | - |
| YUV | 201.34 | 53.32 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 69 | 0 | 0.03 | 0.69 | 0.13 | 57.27 | 0.71 | 0.57 |
| Hex | DF | D8 | 45 | 0 | 3 | 45 | D | 39 | 47 | 39 |
| Octal | 337 | 330 | 105 | 0 | 3 | 105 | 15 | 71 | 107 | 71 |
| Binary | 11011111 | 11011000 | 1000101 | 0 | 11 | 1000101 | 1101 | 111001 | 1000111 | 111001 |
Color Harmonies of #DFD845
Complementary color
Monochromatic Colors of #DFD845
Black with #DFD845
Text Example
Text Example
White with #DFD845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD845; }
p { color: rgb(223,216,69); }
H1.HeaderClassName
{
color: #DFD845;
}
.AnyTagClassName
{
color: #DFD845;
}
</style>
background-color css
<style>
a { background-color: #DFD845; }
a { background-color: rgb(223,216,69); }
div.DivClassName
{
background-color: #DFD845;
}
.BgClassName
{
background-color: #DFD845;
}
</style>
border-color css
<style>
span { border-color: #DFD845; }
span { border-color: rgb(223,216,69); }
td.TdClassName
{
border-color: #DFD845;
}
.TagClassName
{
border-color: #DFD845;
}
</style>