Shades of Starship #DFDB3B
Tints of Starship #DFDB3B
RGB
CMYK
RGB Variations
Color information
#DFDB3B (or 0xDFDB3B) is known color: Starship. HEX triplet: DF, DB and 3B. RGB value is (223,219,59). Sum of RGB (Red+Green+Blue) = 223+219+59=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 59 (23.44% from 255 or 11.78% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB3B is #2024C4. Grayscale: #CACACA. Windows color (decimal): -2106565 or 3922911. OLE color: 3922911.
HSL color Cylindrical-coordinate representation of color #DFDB3B: hue angle of 58.54º 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 #DFDB3B is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 59 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.13 |
| HSL | 58.54º | 0.72% | 0.55% | - |
| HSV(B) | 58.54º | 0.74% | 0.87% | - |
| XYZ | 56.55 | 66.67 | 14.03 | - |
| YUV | 201.96 | 47.33 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 59 | 0 | 0.02 | 0.74 | 0.13 | 58.54 | 0.72 | 0.55 |
| Hex | DF | DB | 3B | 0 | 2 | 4A | D | 3B | 48 | 37 |
| Octal | 337 | 333 | 73 | 0 | 2 | 112 | 15 | 73 | 110 | 67 |
| Binary | 11011111 | 11011011 | 111011 | 0 | 10 | 1001010 | 1101 | 111011 | 1001000 | 110111 |
Color Harmonies of #DFDB3B
Complementary color
Monochromatic Colors of #DFDB3B
Black with #DFDB3B
Text Example
Text Example
White with #DFDB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB3B; }
p { color: rgb(223,219,59); }
H1.HeaderClassName
{
color: #DFDB3B;
}
.AnyTagClassName
{
color: #DFDB3B;
}
</style>
background-color css
<style>
a { background-color: #DFDB3B; }
a { background-color: rgb(223,219,59); }
div.DivClassName
{
background-color: #DFDB3B;
}
.BgClassName
{
background-color: #DFDB3B;
}
</style>
border-color css
<style>
span { border-color: #DFDB3B; }
span { border-color: rgb(223,219,59); }
td.TdClassName
{
border-color: #DFDB3B;
}
.TagClassName
{
border-color: #DFDB3B;
}
</style>