Shades of Starship #DFD82C
Tints of Starship #DFD82C
RGB
CMYK
RGB Variations
Color information
#DFD82C (or 0xDFD82C) is known color: Starship. HEX triplet: DF, D8 and 2C. RGB value is (223,216,44). Sum of RGB (Red+Green+Blue) = 223+216+44=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD82C is #2027D3. Grayscale: #C7C7C7. Windows color (decimal): -2107348 or 2939103. OLE color: 2939103.
HSL color Cylindrical-coordinate representation of color #DFD82C: hue angle of 57.65º 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 #DFD82C is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 44 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.13 |
| HSL | 57.65º | 0.74% | 0.52% | - |
| HSV(B) | 57.65º | 0.8% | 0.87% | - |
| XYZ | 55.44 | 64.98 | 12 | - |
| YUV | 198.49 | 40.82 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 44 | 0 | 0.03 | 0.80 | 0.13 | 57.65 | 0.74 | 0.52 |
| Hex | DF | D8 | 2C | 0 | 3 | 50 | D | 3A | 4A | 34 |
| Octal | 337 | 330 | 54 | 0 | 3 | 120 | 15 | 72 | 112 | 64 |
| Binary | 11011111 | 11011000 | 101100 | 0 | 11 | 1010000 | 1101 | 111010 | 1001010 | 110100 |
Color Harmonies of #DFD82C
Complementary color
Monochromatic Colors of #DFD82C
Black with #DFD82C
Text Example
Text Example
White with #DFD82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD82C; }
p { color: rgb(223,216,44); }
H1.HeaderClassName
{
color: #DFD82C;
}
.AnyTagClassName
{
color: #DFD82C;
}
</style>
background-color css
<style>
a { background-color: #DFD82C; }
a { background-color: rgb(223,216,44); }
div.DivClassName
{
background-color: #DFD82C;
}
.BgClassName
{
background-color: #DFD82C;
}
</style>
border-color css
<style>
span { border-color: #DFD82C; }
span { border-color: rgb(223,216,44); }
td.TdClassName
{
border-color: #DFD82C;
}
.TagClassName
{
border-color: #DFD82C;
}
</style>