Shades of Starship #DFDB39
Tints of Starship #DFDB39
RGB
CMYK
RGB Variations
Color information
#DFDB39 (or 0xDFDB39) is known color: Starship. HEX triplet: DF, DB and 39. RGB value is (223,219,57). Sum of RGB (Red+Green+Blue) = 223+219+57=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 57 (22.66% from 255 or 11.42% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB39 is #2024C6. Grayscale: #CACACA. Windows color (decimal): -2106567 or 3791839. OLE color: 3791839.
HSL color Cylindrical-coordinate representation of color #DFDB39: hue angle of 58.55º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFDB39 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 57 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.13 |
| HSL | 58.55º | 0.72% | 0.55% | - |
| HSV(B) | 58.55º | 0.74% | 0.87% | - |
| XYZ | 56.5 | 66.65 | 13.76 | - |
| YUV | 201.73 | 46.33 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 57 | 0 | 0.02 | 0.74 | 0.13 | 58.55 | 0.72 | 0.55 |
| Hex | DF | DB | 39 | 0 | 2 | 4A | D | 3B | 48 | 37 |
| Octal | 337 | 333 | 71 | 0 | 2 | 112 | 15 | 73 | 110 | 67 |
| Binary | 11011111 | 11011011 | 111001 | 0 | 10 | 1001010 | 1101 | 111011 | 1001000 | 110111 |
Color Harmonies of #DFDB39
Complementary color
Monochromatic Colors of #DFDB39
Black with #DFDB39
Text Example
Text Example
White with #DFDB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB39; }
p { color: rgb(223,219,57); }
H1.HeaderClassName
{
color: #DFDB39;
}
.AnyTagClassName
{
color: #DFDB39;
}
</style>
background-color css
<style>
a { background-color: #DFDB39; }
a { background-color: rgb(223,219,57); }
div.DivClassName
{
background-color: #DFDB39;
}
.BgClassName
{
background-color: #DFDB39;
}
</style>
border-color css
<style>
span { border-color: #DFDB39; }
span { border-color: rgb(223,219,57); }
td.TdClassName
{
border-color: #DFDB39;
}
.TagClassName
{
border-color: #DFDB39;
}
</style>