Shades of Starship #DFDB40
Tints of Starship #DFDB40
RGB
CMYK
RGB Variations
Color information
#DFDB40 (or 0xDFDB40) is known color: Starship. HEX triplet: DF, DB and 40. RGB value is (223,219,64). Sum of RGB (Red+Green+Blue) = 223+219+64=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB40 is #2024BF. Grayscale: #CBCBCB. Windows color (decimal): -2106560 or 4250591. OLE color: 4250591.
HSL color Cylindrical-coordinate representation of color #DFDB40: hue angle of 58.49º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFDB40 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 64 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.13 |
| HSL | 58.49º | 0.71% | 0.56% | - |
| HSV(B) | 58.49º | 0.71% | 0.87% | - |
| XYZ | 56.69 | 66.72 | 14.74 | - |
| YUV | 202.53 | 49.83 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 64 | 0 | 0.02 | 0.71 | 0.13 | 58.49 | 0.71 | 0.56 |
| Hex | DF | DB | 40 | 0 | 2 | 47 | D | 3A | 47 | 38 |
| Octal | 337 | 333 | 100 | 0 | 2 | 107 | 15 | 72 | 107 | 70 |
| Binary | 11011111 | 11011011 | 1000000 | 0 | 10 | 1000111 | 1101 | 111010 | 1000111 | 111000 |
Color Harmonies of #DFDB40
Complementary color
Monochromatic Colors of #DFDB40
Black with #DFDB40
Text Example
Text Example
White with #DFDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB40; }
p { color: rgb(223,219,64); }
H1.HeaderClassName
{
color: #DFDB40;
}
.AnyTagClassName
{
color: #DFDB40;
}
</style>
background-color css
<style>
a { background-color: #DFDB40; }
a { background-color: rgb(223,219,64); }
div.DivClassName
{
background-color: #DFDB40;
}
.BgClassName
{
background-color: #DFDB40;
}
</style>
border-color css
<style>
span { border-color: #DFDB40; }
span { border-color: rgb(223,219,64); }
td.TdClassName
{
border-color: #DFDB40;
}
.TagClassName
{
border-color: #DFDB40;
}
</style>