Shades of Starship #DFD42D
Tints of Starship #DFD42D
RGB
CMYK
RGB Variations
Color information
#DFD42D (or 0xDFD42D) is known color: Starship. HEX triplet: DF, D4 and 2D. RGB value is (223,212,45). Sum of RGB (Red+Green+Blue) = 223+212+45=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD42D is #202BD2. Grayscale: #C4C4C4. Windows color (decimal): -2108371 or 3003615. OLE color: 3003615.
HSL color Cylindrical-coordinate representation of color #DFD42D: hue angle of 56.29º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFD42D is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 45 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.13 |
| HSL | 56.29º | 0.74% | 0.53% | - |
| HSV(B) | 56.29º | 0.8% | 0.87% | - |
| XYZ | 54.45 | 62.96 | 11.77 | - |
| YUV | 196.25 | 42.64 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 45 | 0 | 0.05 | 0.80 | 0.13 | 56.29 | 0.74 | 0.53 |
| Hex | DF | D4 | 2D | 0 | 5 | 50 | D | 38 | 4A | 35 |
| Octal | 337 | 324 | 55 | 0 | 5 | 120 | 15 | 70 | 112 | 65 |
| Binary | 11011111 | 11010100 | 101101 | 0 | 101 | 1010000 | 1101 | 111000 | 1001010 | 110101 |
Color Harmonies of #DFD42D
Complementary color
Monochromatic Colors of #DFD42D
Black with #DFD42D
Text Example
Text Example
White with #DFD42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD42D; }
p { color: rgb(223,212,45); }
H1.HeaderClassName
{
color: #DFD42D;
}
.AnyTagClassName
{
color: #DFD42D;
}
</style>
background-color css
<style>
a { background-color: #DFD42D; }
a { background-color: rgb(223,212,45); }
div.DivClassName
{
background-color: #DFD42D;
}
.BgClassName
{
background-color: #DFD42D;
}
</style>
border-color css
<style>
span { border-color: #DFD42D; }
span { border-color: rgb(223,212,45); }
td.TdClassName
{
border-color: #DFD42D;
}
.TagClassName
{
border-color: #DFD42D;
}
</style>