Shades of Starship #DFDB38
Tints of Starship #DFDB38
RGB
CMYK
RGB Variations
Color information
#DFDB38 (or 0xDFDB38) is known color: Starship. HEX triplet: DF, DB and 38. RGB value is (223,219,56). Sum of RGB (Red+Green+Blue) = 223+219+56=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 56 (22.27% from 255 or 11.24% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB38 is #2024C7. Grayscale: #CACACA. Windows color (decimal): -2106568 or 3726303. OLE color: 3726303.
HSL color Cylindrical-coordinate representation of color #DFDB38: hue angle of 58.56º 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 #DFDB38 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 56 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.13 |
| HSL | 58.56º | 0.72% | 0.55% | - |
| HSV(B) | 58.56º | 0.75% | 0.87% | - |
| XYZ | 56.48 | 66.64 | 13.63 | - |
| YUV | 201.61 | 45.83 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 56 | 0 | 0.02 | 0.75 | 0.13 | 58.56 | 0.72 | 0.55 |
| Hex | DF | DB | 38 | 0 | 2 | 4B | D | 3B | 48 | 37 |
| Octal | 337 | 333 | 70 | 0 | 2 | 113 | 15 | 73 | 110 | 67 |
| Binary | 11011111 | 11011011 | 111000 | 0 | 10 | 1001011 | 1101 | 111011 | 1001000 | 110111 |
Color Harmonies of #DFDB38
Complementary color
Monochromatic Colors of #DFDB38
Black with #DFDB38
Text Example
Text Example
White with #DFDB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB38; }
p { color: rgb(223,219,56); }
H1.HeaderClassName
{
color: #DFDB38;
}
.AnyTagClassName
{
color: #DFDB38;
}
</style>
background-color css
<style>
a { background-color: #DFDB38; }
a { background-color: rgb(223,219,56); }
div.DivClassName
{
background-color: #DFDB38;
}
.BgClassName
{
background-color: #DFDB38;
}
</style>
border-color css
<style>
span { border-color: #DFDB38; }
span { border-color: rgb(223,219,56); }
td.TdClassName
{
border-color: #DFDB38;
}
.TagClassName
{
border-color: #DFDB38;
}
</style>