Shades of Starship #DFD22E
Tints of Starship #DFD22E
RGB
CMYK
RGB Variations
Color information
#DFD22E (or 0xDFD22E) is known color: Starship. HEX triplet: DF, D2 and 2E. RGB value is (223,210,46). Sum of RGB (Red+Green+Blue) = 223+210+46=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 46 (18.36% from 255 or 9.60% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD22E is #202DD1. Grayscale: #C3C3C3. Windows color (decimal): -2108882 or 3068639. OLE color: 3068639.
HSL color Cylindrical-coordinate representation of color #DFD22E: hue angle of 55.59º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFD22E is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 46 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.13 |
| HSL | 55.59º | 0.73% | 0.53% | - |
| HSV(B) | 55.59º | 0.79% | 0.87% | - |
| XYZ | 53.97 | 61.98 | 11.7 | - |
| YUV | 195.19 | 43.81 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 46 | 0 | 0.06 | 0.79 | 0.13 | 55.59 | 0.73 | 0.53 |
| Hex | DF | D2 | 2E | 0 | 6 | 4F | D | 38 | 49 | 35 |
| Octal | 337 | 322 | 56 | 0 | 6 | 117 | 15 | 70 | 111 | 65 |
| Binary | 11011111 | 11010010 | 101110 | 0 | 110 | 1001111 | 1101 | 111000 | 1001001 | 110101 |
Color Harmonies of #DFD22E
Complementary color
Monochromatic Colors of #DFD22E
Black with #DFD22E
Text Example
Text Example
White with #DFD22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD22E; }
p { color: rgb(223,210,46); }
H1.HeaderClassName
{
color: #DFD22E;
}
.AnyTagClassName
{
color: #DFD22E;
}
</style>
background-color css
<style>
a { background-color: #DFD22E; }
a { background-color: rgb(223,210,46); }
div.DivClassName
{
background-color: #DFD22E;
}
.BgClassName
{
background-color: #DFD22E;
}
</style>
border-color css
<style>
span { border-color: #DFD22E; }
span { border-color: rgb(223,210,46); }
td.TdClassName
{
border-color: #DFD22E;
}
.TagClassName
{
border-color: #DFD22E;
}
</style>