Shades of Starship #DFD33A
Tints of Starship #DFD33A
RGB
CMYK
RGB Variations
Color information
#DFD33A (or 0xDFD33A) is known color: Starship. HEX triplet: DF, D3 and 3A. RGB value is (223,211,58). Sum of RGB (Red+Green+Blue) = 223+211+58=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD33A is #202CC5. Grayscale: #C5C5C5. Windows color (decimal): -2108614 or 3855327. OLE color: 3855327.
HSL color Cylindrical-coordinate representation of color #DFD33A: hue angle of 55.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFD33A is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 58 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.13 |
| HSL | 55.64º | 0.72% | 0.55% | - |
| HSV(B) | 55.64º | 0.74% | 0.87% | - |
| XYZ | 54.49 | 62.58 | 13.21 | - |
| YUV | 197.15 | 49.48 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 58 | 0 | 0.05 | 0.74 | 0.13 | 55.64 | 0.72 | 0.55 |
| Hex | DF | D3 | 3A | 0 | 5 | 4A | D | 38 | 48 | 37 |
| Octal | 337 | 323 | 72 | 0 | 5 | 112 | 15 | 70 | 110 | 67 |
| Binary | 11011111 | 11010011 | 111010 | 0 | 101 | 1001010 | 1101 | 111000 | 1001000 | 110111 |
Color Harmonies of #DFD33A
Complementary color
Monochromatic Colors of #DFD33A
Black with #DFD33A
Text Example
Text Example
White with #DFD33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD33A; }
p { color: rgb(223,211,58); }
H1.HeaderClassName
{
color: #DFD33A;
}
.AnyTagClassName
{
color: #DFD33A;
}
</style>
background-color css
<style>
a { background-color: #DFD33A; }
a { background-color: rgb(223,211,58); }
div.DivClassName
{
background-color: #DFD33A;
}
.BgClassName
{
background-color: #DFD33A;
}
</style>
border-color css
<style>
span { border-color: #DFD33A; }
span { border-color: rgb(223,211,58); }
td.TdClassName
{
border-color: #DFD33A;
}
.TagClassName
{
border-color: #DFD33A;
}
</style>