Shades of Starship #DFDB36
Tints of Starship #DFDB36
RGB
CMYK
RGB Variations
Color information
#DFDB36 (or 0xDFDB36) is known color: Starship. HEX triplet: DF, DB and 36. RGB value is (223,219,54). Sum of RGB (Red+Green+Blue) = 223+219+54=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 54 (21.48% from 255 or 10.89% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB36 is #2024C9. Grayscale: #CACACA. Windows color (decimal): -2106570 or 3595231. OLE color: 3595231.
HSL color Cylindrical-coordinate representation of color #DFDB36: hue angle of 58.58º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFDB36 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 54 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.13 |
| HSL | 58.58º | 0.73% | 0.54% | - |
| HSV(B) | 58.58º | 0.76% | 0.87% | - |
| XYZ | 56.43 | 66.62 | 13.37 | - |
| YUV | 201.39 | 44.83 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 54 | 0 | 0.02 | 0.76 | 0.13 | 58.58 | 0.73 | 0.54 |
| Hex | DF | DB | 36 | 0 | 2 | 4C | D | 3B | 49 | 36 |
| Octal | 337 | 333 | 66 | 0 | 2 | 114 | 15 | 73 | 111 | 66 |
| Binary | 11011111 | 11011011 | 110110 | 0 | 10 | 1001100 | 1101 | 111011 | 1001001 | 110110 |
Color Harmonies of #DFDB36
Complementary color
Monochromatic Colors of #DFDB36
Black with #DFDB36
Text Example
Text Example
White with #DFDB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB36; }
p { color: rgb(223,219,54); }
H1.HeaderClassName
{
color: #DFDB36;
}
.AnyTagClassName
{
color: #DFDB36;
}
</style>
background-color css
<style>
a { background-color: #DFDB36; }
a { background-color: rgb(223,219,54); }
div.DivClassName
{
background-color: #DFDB36;
}
.BgClassName
{
background-color: #DFDB36;
}
</style>
border-color css
<style>
span { border-color: #DFDB36; }
span { border-color: rgb(223,219,54); }
td.TdClassName
{
border-color: #DFDB36;
}
.TagClassName
{
border-color: #DFDB36;
}
</style>