Shades of Starship #DEDF38
Tints of Starship #DEDF38
RGB
CMYK
RGB Variations
Color information
#DEDF38 (or 0xDEDF38) is known color: Starship. HEX triplet: DE, DF and 38. RGB value is (222,223,56). Sum of RGB (Red+Green+Blue) = 222+223+56=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 56 (22.27% from 255 or 11.18% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF38 is #2120C7. Grayscale: #CCCCCC. Windows color (decimal): -2171080 or 3727326. OLE color: 3727326.
HSL color Cylindrical-coordinate representation of color #DEDF38: hue angle of 60.36º 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 #DEDF38 is Cyan = 0.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 56 | - |
| CMYK | 0.00 | 0 | 0.75 | 0.13 |
| HSL | 60.36º | 0.72% | 0.55% | - |
| HSV(B) | 60.36º | 0.75% | 0.87% | - |
| XYZ | 57.23 | 68.59 | 13.96 | - |
| YUV | 203.66 | 44.67 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 56 | 0.00 | 0 | 0.75 | 0.13 | 60.36 | 0.72 | 0.55 |
| Hex | DE | DF | 38 | 0 | 0 | 4B | D | 3C | 48 | 37 |
| Octal | 336 | 337 | 70 | 0 | 0 | 113 | 15 | 74 | 110 | 67 |
| Binary | 11011110 | 11011111 | 111000 | 0 | 0 | 1001011 | 1101 | 111100 | 1001000 | 110111 |
Color Harmonies of #DEDF38
Complementary color
Monochromatic Colors of #DEDF38
Black with #DEDF38
Text Example
Text Example
White with #DEDF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF38; }
p { color: rgb(222,223,56); }
H1.HeaderClassName
{
color: #DEDF38;
}
.AnyTagClassName
{
color: #DEDF38;
}
</style>
background-color css
<style>
a { background-color: #DEDF38; }
a { background-color: rgb(222,223,56); }
div.DivClassName
{
background-color: #DEDF38;
}
.BgClassName
{
background-color: #DEDF38;
}
</style>
border-color css
<style>
span { border-color: #DEDF38; }
span { border-color: rgb(222,223,56); }
td.TdClassName
{
border-color: #DEDF38;
}
.TagClassName
{
border-color: #DEDF38;
}
</style>