Shades of Starship #DFDB33
Tints of Starship #DFDB33
RGB
CMYK
RGB Variations
Color information
#DFDB33 (or 0xDFDB33) is known color: Starship. HEX triplet: DF, DB and 33. RGB value is (223,219,51). Sum of RGB (Red+Green+Blue) = 223+219+51=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 51 (20.31% from 255 or 10.34% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB33 is #2024CC. Grayscale: #C9C9C9. Windows color (decimal): -2106573 or 3398623. OLE color: 3398623.
HSL color Cylindrical-coordinate representation of color #DFDB33: hue angle of 58.6º 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 #DFDB33 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 51 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.13 |
| HSL | 58.6º | 0.73% | 0.54% | - |
| HSV(B) | 58.6º | 0.77% | 0.87% | - |
| XYZ | 56.36 | 66.59 | 13.01 | - |
| YUV | 201.04 | 43.33 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 51 | 0 | 0.02 | 0.77 | 0.13 | 58.6 | 0.73 | 0.54 |
| Hex | DF | DB | 33 | 0 | 2 | 4D | D | 3B | 49 | 36 |
| Octal | 337 | 333 | 63 | 0 | 2 | 115 | 15 | 73 | 111 | 66 |
| Binary | 11011111 | 11011011 | 110011 | 0 | 10 | 1001101 | 1101 | 111011 | 1001001 | 110110 |
Color Harmonies of #DFDB33
Complementary color
Monochromatic Colors of #DFDB33
Black with #DFDB33
Text Example
Text Example
White with #DFDB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB33; }
p { color: rgb(223,219,51); }
H1.HeaderClassName
{
color: #DFDB33;
}
.AnyTagClassName
{
color: #DFDB33;
}
</style>
background-color css
<style>
a { background-color: #DFDB33; }
a { background-color: rgb(223,219,51); }
div.DivClassName
{
background-color: #DFDB33;
}
.BgClassName
{
background-color: #DFDB33;
}
</style>
border-color css
<style>
span { border-color: #DFDB33; }
span { border-color: rgb(223,219,51); }
td.TdClassName
{
border-color: #DFDB33;
}
.TagClassName
{
border-color: #DFDB33;
}
</style>