Shades of Starship #DFDC2F
Tints of Starship #DFDC2F
RGB
CMYK
RGB Variations
Color information
#DFDC2F (or 0xDFDC2F) is known color: Starship. HEX triplet: DF, DC and 2F. RGB value is (223,220,47). Sum of RGB (Red+Green+Blue) = 223+220+47=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 47 (18.75% from 255 or 9.59% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC2F is #2023D0. Grayscale: #C9C9C9. Windows color (decimal): -2106321 or 3136735. OLE color: 3136735.
HSL color Cylindrical-coordinate representation of color #DFDC2F: hue angle of 58.98º 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 #DFDC2F is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 47 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.13 |
| HSL | 58.98º | 0.73% | 0.53% | - |
| HSV(B) | 58.98º | 0.79% | 0.87% | - |
| XYZ | 56.54 | 67.08 | 12.66 | - |
| YUV | 201.18 | 40.99 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 47 | 0 | 0.01 | 0.79 | 0.13 | 58.98 | 0.73 | 0.53 |
| Hex | DF | DC | 2F | 0 | 1 | 4F | D | 3B | 49 | 35 |
| Octal | 337 | 334 | 57 | 0 | 1 | 117 | 15 | 73 | 111 | 65 |
| Binary | 11011111 | 11011100 | 101111 | 0 | 1 | 1001111 | 1101 | 111011 | 1001001 | 110101 |
Color Harmonies of #DFDC2F
Complementary color
Monochromatic Colors of #DFDC2F
Black with #DFDC2F
Text Example
Text Example
White with #DFDC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC2F; }
p { color: rgb(223,220,47); }
H1.HeaderClassName
{
color: #DFDC2F;
}
.AnyTagClassName
{
color: #DFDC2F;
}
</style>
background-color css
<style>
a { background-color: #DFDC2F; }
a { background-color: rgb(223,220,47); }
div.DivClassName
{
background-color: #DFDC2F;
}
.BgClassName
{
background-color: #DFDC2F;
}
</style>
border-color css
<style>
span { border-color: #DFDC2F; }
span { border-color: rgb(223,220,47); }
td.TdClassName
{
border-color: #DFDC2F;
}
.TagClassName
{
border-color: #DFDC2F;
}
</style>