Shades of Starship #DFD72C
Tints of Starship #DFD72C
RGB
CMYK
RGB Variations
Color information
#DFD72C (or 0xDFD72C) is known color: Starship. HEX triplet: DF, D7 and 2C. RGB value is (223,215,44). Sum of RGB (Red+Green+Blue) = 223+215+44=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD72C is #2028D3. Grayscale: #C6C6C6. Windows color (decimal): -2107604 or 2938847. OLE color: 2938847.
HSL color Cylindrical-coordinate representation of color #DFD72C: hue angle of 57.32º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFD72C is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 44 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.13 |
| HSL | 57.32º | 0.74% | 0.52% | - |
| HSV(B) | 57.32º | 0.8% | 0.87% | - |
| XYZ | 55.19 | 64.47 | 11.92 | - |
| YUV | 197.9 | 41.15 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 44 | 0 | 0.04 | 0.80 | 0.13 | 57.32 | 0.74 | 0.52 |
| Hex | DF | D7 | 2C | 0 | 4 | 50 | D | 39 | 4A | 34 |
| Octal | 337 | 327 | 54 | 0 | 4 | 120 | 15 | 71 | 112 | 64 |
| Binary | 11011111 | 11010111 | 101100 | 0 | 100 | 1010000 | 1101 | 111001 | 1001010 | 110100 |
Color Harmonies of #DFD72C
Complementary color
Monochromatic Colors of #DFD72C
Black with #DFD72C
Text Example
Text Example
White with #DFD72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD72C; }
p { color: rgb(223,215,44); }
H1.HeaderClassName
{
color: #DFD72C;
}
.AnyTagClassName
{
color: #DFD72C;
}
</style>
background-color css
<style>
a { background-color: #DFD72C; }
a { background-color: rgb(223,215,44); }
div.DivClassName
{
background-color: #DFD72C;
}
.BgClassName
{
background-color: #DFD72C;
}
</style>
border-color css
<style>
span { border-color: #DFD72C; }
span { border-color: rgb(223,215,44); }
td.TdClassName
{
border-color: #DFD72C;
}
.TagClassName
{
border-color: #DFD72C;
}
</style>