Shades of Starship #DFD22D
Tints of Starship #DFD22D
RGB
CMYK
RGB Variations
Color information
#DFD22D (or 0xDFD22D) is known color: Starship. HEX triplet: DF, D2 and 2D. RGB value is (223,210,45). Sum of RGB (Red+Green+Blue) = 223+210+45=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 45 (17.97% from 255 or 9.41% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD22D is #202DD2. Grayscale: #C3C3C3. Windows color (decimal): -2108883 or 3003103. OLE color: 3003103.
HSL color Cylindrical-coordinate representation of color #DFD22D: hue angle of 55.62º 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 #DFD22D is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 45 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.13 |
| HSL | 55.62º | 0.74% | 0.53% | - |
| HSV(B) | 55.62º | 0.8% | 0.87% | - |
| XYZ | 53.95 | 61.97 | 11.6 | - |
| YUV | 195.08 | 43.31 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 45 | 0 | 0.06 | 0.80 | 0.13 | 55.62 | 0.74 | 0.53 |
| Hex | DF | D2 | 2D | 0 | 6 | 50 | D | 38 | 4A | 35 |
| Octal | 337 | 322 | 55 | 0 | 6 | 120 | 15 | 70 | 112 | 65 |
| Binary | 11011111 | 11010010 | 101101 | 0 | 110 | 1010000 | 1101 | 111000 | 1001010 | 110101 |
Color Harmonies of #DFD22D
Complementary color
Monochromatic Colors of #DFD22D
Black with #DFD22D
Text Example
Text Example
White with #DFD22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD22D; }
p { color: rgb(223,210,45); }
H1.HeaderClassName
{
color: #DFD22D;
}
.AnyTagClassName
{
color: #DFD22D;
}
</style>
background-color css
<style>
a { background-color: #DFD22D; }
a { background-color: rgb(223,210,45); }
div.DivClassName
{
background-color: #DFD22D;
}
.BgClassName
{
background-color: #DFD22D;
}
</style>
border-color css
<style>
span { border-color: #DFD22D; }
span { border-color: rgb(223,210,45); }
td.TdClassName
{
border-color: #DFD22D;
}
.TagClassName
{
border-color: #DFD22D;
}
</style>