Shades of Starship #DFDA32
Tints of Starship #DFDA32
RGB
CMYK
RGB Variations
Color information
#DFDA32 (or 0xDFDA32) is known color: Starship. HEX triplet: DF, DA and 32. RGB value is (223,218,50). Sum of RGB (Red+Green+Blue) = 223+218+50=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA32 is #2025CD. Grayscale: #C9C9C9. Windows color (decimal): -2106830 or 3332831. OLE color: 3332831.
HSL color Cylindrical-coordinate representation of color #DFDA32: hue angle of 58.27º 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 #DFDA32 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 50 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.13 |
| HSL | 58.27º | 0.73% | 0.54% | - |
| HSV(B) | 58.27º | 0.78% | 0.87% | - |
| XYZ | 56.08 | 66.06 | 12.81 | - |
| YUV | 200.34 | 43.16 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 50 | 0 | 0.02 | 0.78 | 0.13 | 58.27 | 0.73 | 0.54 |
| Hex | DF | DA | 32 | 0 | 2 | 4E | D | 3A | 49 | 36 |
| Octal | 337 | 332 | 62 | 0 | 2 | 116 | 15 | 72 | 111 | 66 |
| Binary | 11011111 | 11011010 | 110010 | 0 | 10 | 1001110 | 1101 | 111010 | 1001001 | 110110 |
Color Harmonies of #DFDA32
Complementary color
Monochromatic Colors of #DFDA32
Black with #DFDA32
Text Example
Text Example
White with #DFDA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA32; }
p { color: rgb(223,218,50); }
H1.HeaderClassName
{
color: #DFDA32;
}
.AnyTagClassName
{
color: #DFDA32;
}
</style>
background-color css
<style>
a { background-color: #DFDA32; }
a { background-color: rgb(223,218,50); }
div.DivClassName
{
background-color: #DFDA32;
}
.BgClassName
{
background-color: #DFDA32;
}
</style>
border-color css
<style>
span { border-color: #DFDA32; }
span { border-color: rgb(223,218,50); }
td.TdClassName
{
border-color: #DFDA32;
}
.TagClassName
{
border-color: #DFDA32;
}
</style>