Shades of Starship #DFDB37
Tints of Starship #DFDB37
RGB
CMYK
RGB Variations
Color information
#DFDB37 (or 0xDFDB37) is known color: Starship. HEX triplet: DF, DB and 37. RGB value is (223,219,55). Sum of RGB (Red+Green+Blue) = 223+219+55=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 55 (21.88% from 255 or 11.07% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB37 is #2024C8. Grayscale: #CACACA. Windows color (decimal): -2106569 or 3660767. OLE color: 3660767.
HSL color Cylindrical-coordinate representation of color #DFDB37: hue angle of 58.57º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFDB37 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 55 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.13 |
| HSL | 58.57º | 0.72% | 0.55% | - |
| HSV(B) | 58.57º | 0.75% | 0.87% | - |
| XYZ | 56.45 | 66.63 | 13.5 | - |
| YUV | 201.5 | 45.33 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 55 | 0 | 0.02 | 0.75 | 0.13 | 58.57 | 0.72 | 0.55 |
| Hex | DF | DB | 37 | 0 | 2 | 4B | D | 3B | 48 | 37 |
| Octal | 337 | 333 | 67 | 0 | 2 | 113 | 15 | 73 | 110 | 67 |
| Binary | 11011111 | 11011011 | 110111 | 0 | 10 | 1001011 | 1101 | 111011 | 1001000 | 110111 |
Color Harmonies of #DFDB37
Complementary color
Monochromatic Colors of #DFDB37
Black with #DFDB37
Text Example
Text Example
White with #DFDB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB37; }
p { color: rgb(223,219,55); }
H1.HeaderClassName
{
color: #DFDB37;
}
.AnyTagClassName
{
color: #DFDB37;
}
</style>
background-color css
<style>
a { background-color: #DFDB37; }
a { background-color: rgb(223,219,55); }
div.DivClassName
{
background-color: #DFDB37;
}
.BgClassName
{
background-color: #DFDB37;
}
</style>
border-color css
<style>
span { border-color: #DFDB37; }
span { border-color: rgb(223,219,55); }
td.TdClassName
{
border-color: #DFDB37;
}
.TagClassName
{
border-color: #DFDB37;
}
</style>