Shades of Starship #DFD32E
Tints of Starship #DFD32E
RGB
CMYK
RGB Variations
Color information
#DFD32E (or 0xDFD32E) is known color: Starship. HEX triplet: DF, D3 and 2E. RGB value is (223,211,46). Sum of RGB (Red+Green+Blue) = 223+211+46=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 46 (18.36% from 255 or 9.58% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD32E is #202CD1. Grayscale: #C4C4C4. Windows color (decimal): -2108626 or 3068895. OLE color: 3068895.
HSL color Cylindrical-coordinate representation of color #DFD32E: hue angle of 55.93º 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 #DFD32E is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 46 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.13 |
| HSL | 55.93º | 0.73% | 0.53% | - |
| HSV(B) | 55.93º | 0.79% | 0.87% | - |
| XYZ | 54.22 | 62.47 | 11.79 | - |
| YUV | 195.78 | 43.48 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 46 | 0 | 0.05 | 0.79 | 0.13 | 55.93 | 0.73 | 0.53 |
| Hex | DF | D3 | 2E | 0 | 5 | 4F | D | 38 | 49 | 35 |
| Octal | 337 | 323 | 56 | 0 | 5 | 117 | 15 | 70 | 111 | 65 |
| Binary | 11011111 | 11010011 | 101110 | 0 | 101 | 1001111 | 1101 | 111000 | 1001001 | 110101 |
Color Harmonies of #DFD32E
Complementary color
Monochromatic Colors of #DFD32E
Black with #DFD32E
Text Example
Text Example
White with #DFD32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD32E; }
p { color: rgb(223,211,46); }
H1.HeaderClassName
{
color: #DFD32E;
}
.AnyTagClassName
{
color: #DFD32E;
}
</style>
background-color css
<style>
a { background-color: #DFD32E; }
a { background-color: rgb(223,211,46); }
div.DivClassName
{
background-color: #DFD32E;
}
.BgClassName
{
background-color: #DFD32E;
}
</style>
border-color css
<style>
span { border-color: #DFD32E; }
span { border-color: rgb(223,211,46); }
td.TdClassName
{
border-color: #DFD32E;
}
.TagClassName
{
border-color: #DFD32E;
}
</style>