Shades of Starship #DFDD45
Tints of Starship #DFDD45
RGB
CMYK
RGB Variations
Color information
#DFDD45 (or 0xDFDD45) is known color: Starship. HEX triplet: DF, DD and 45. RGB value is (223,221,69). Sum of RGB (Red+Green+Blue) = 223+221+69=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 69 (27.34% from 255 or 13.45% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD45 is #2022BA. Grayscale: #CCCCCC. Windows color (decimal): -2106043 or 4578783. OLE color: 4578783.
HSL color Cylindrical-coordinate representation of color #DFDD45: hue angle of 59.22º 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 #DFDD45 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 69 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.13 |
| HSL | 59.22º | 0.71% | 0.57% | - |
| HSV(B) | 59.22º | 0.69% | 0.87% | - |
| XYZ | 57.36 | 67.83 | 15.7 | - |
| YUV | 204.27 | 51.66 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 69 | 0 | 0.01 | 0.69 | 0.13 | 59.22 | 0.71 | 0.57 |
| Hex | DF | DD | 45 | 0 | 1 | 45 | D | 3B | 47 | 39 |
| Octal | 337 | 335 | 105 | 0 | 1 | 105 | 15 | 73 | 107 | 71 |
| Binary | 11011111 | 11011101 | 1000101 | 0 | 1 | 1000101 | 1101 | 111011 | 1000111 | 111001 |
Color Harmonies of #DFDD45
Complementary color
Monochromatic Colors of #DFDD45
Black with #DFDD45
Text Example
Text Example
White with #DFDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD45; }
p { color: rgb(223,221,69); }
H1.HeaderClassName
{
color: #DFDD45;
}
.AnyTagClassName
{
color: #DFDD45;
}
</style>
background-color css
<style>
a { background-color: #DFDD45; }
a { background-color: rgb(223,221,69); }
div.DivClassName
{
background-color: #DFDD45;
}
.BgClassName
{
background-color: #DFDD45;
}
</style>
border-color css
<style>
span { border-color: #DFDD45; }
span { border-color: rgb(223,221,69); }
td.TdClassName
{
border-color: #DFDD45;
}
.TagClassName
{
border-color: #DFDD45;
}
</style>