Shades of Starship #DFD534
Tints of Starship #DFD534
RGB
CMYK
RGB Variations
Color information
#DFD534 (or 0xDFD534) is known color: Starship. HEX triplet: DF, D5 and 34. RGB value is (223,213,52). Sum of RGB (Red+Green+Blue) = 223+213+52=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 52 (20.70% from 255 or 10.66% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD534 is #202ACB. Grayscale: #C6C6C6. Windows color (decimal): -2108108 or 3462623. OLE color: 3462623.
HSL color Cylindrical-coordinate representation of color #DFD534: hue angle of 56.49º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFD534 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 52 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.13 |
| HSL | 56.49º | 0.73% | 0.54% | - |
| HSV(B) | 56.49º | 0.77% | 0.87% | - |
| XYZ | 54.85 | 63.52 | 12.62 | - |
| YUV | 197.64 | 45.81 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 52 | 0 | 0.04 | 0.77 | 0.13 | 56.49 | 0.73 | 0.54 |
| Hex | DF | D5 | 34 | 0 | 4 | 4D | D | 38 | 49 | 36 |
| Octal | 337 | 325 | 64 | 0 | 4 | 115 | 15 | 70 | 111 | 66 |
| Binary | 11011111 | 11010101 | 110100 | 0 | 100 | 1001101 | 1101 | 111000 | 1001001 | 110110 |
Color Harmonies of #DFD534
Complementary color
Monochromatic Colors of #DFD534
Black with #DFD534
Text Example
Text Example
White with #DFD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD534; }
p { color: rgb(223,213,52); }
H1.HeaderClassName
{
color: #DFD534;
}
.AnyTagClassName
{
color: #DFD534;
}
</style>
background-color css
<style>
a { background-color: #DFD534; }
a { background-color: rgb(223,213,52); }
div.DivClassName
{
background-color: #DFD534;
}
.BgClassName
{
background-color: #DFD534;
}
</style>
border-color css
<style>
span { border-color: #DFD534; }
span { border-color: rgb(223,213,52); }
td.TdClassName
{
border-color: #DFD534;
}
.TagClassName
{
border-color: #DFD534;
}
</style>