Shades of Starship #DFD532
Tints of Starship #DFD532
RGB
CMYK
RGB Variations
Color information
#DFD532 (or 0xDFD532) is known color: Starship. HEX triplet: DF, D5 and 32. RGB value is (223,213,50). Sum of RGB (Red+Green+Blue) = 223+213+50=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD532 is #202ACD. Grayscale: #C6C6C6. Windows color (decimal): -2108110 or 3331551. OLE color: 3331551.
HSL color Cylindrical-coordinate representation of color #DFD532: hue angle of 56.53º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFD532 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 50 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.13 |
| HSL | 56.53º | 0.73% | 0.54% | - |
| HSV(B) | 56.53º | 0.78% | 0.87% | - |
| XYZ | 54.8 | 63.51 | 12.39 | - |
| YUV | 197.41 | 44.81 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 50 | 0 | 0.04 | 0.78 | 0.13 | 56.53 | 0.73 | 0.54 |
| Hex | DF | D5 | 32 | 0 | 4 | 4E | D | 39 | 49 | 36 |
| Octal | 337 | 325 | 62 | 0 | 4 | 116 | 15 | 71 | 111 | 66 |
| Binary | 11011111 | 11010101 | 110010 | 0 | 100 | 1001110 | 1101 | 111001 | 1001001 | 110110 |
Color Harmonies of #DFD532
Complementary color
Monochromatic Colors of #DFD532
Black with #DFD532
Text Example
Text Example
White with #DFD532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD532; }
p { color: rgb(223,213,50); }
H1.HeaderClassName
{
color: #DFD532;
}
.AnyTagClassName
{
color: #DFD532;
}
</style>
background-color css
<style>
a { background-color: #DFD532; }
a { background-color: rgb(223,213,50); }
div.DivClassName
{
background-color: #DFD532;
}
.BgClassName
{
background-color: #DFD532;
}
</style>
border-color css
<style>
span { border-color: #DFD532; }
span { border-color: rgb(223,213,50); }
td.TdClassName
{
border-color: #DFD532;
}
.TagClassName
{
border-color: #DFD532;
}
</style>