Shades of Starship #DEDF3B
Tints of Starship #DEDF3B
RGB
CMYK
RGB Variations
Color information
#DEDF3B (or 0xDEDF3B) is known color: Starship. HEX triplet: DE, DF and 3B. RGB value is (222,223,59). Sum of RGB (Red+Green+Blue) = 222+223+59=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 59 (23.44% from 255 or 11.71% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF3B is #2120C4. Grayscale: #CCCCCC. Windows color (decimal): -2171077 or 3923934. OLE color: 3923934.
HSL color Cylindrical-coordinate representation of color #DEDF3B: hue angle of 60.37º 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 #DEDF3B is Cyan = 0.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 59 | - |
| CMYK | 0.00 | 0 | 0.74 | 0.13 |
| HSL | 60.37º | 0.72% | 0.55% | - |
| HSV(B) | 60.37º | 0.74% | 0.87% | - |
| XYZ | 57.3 | 68.62 | 14.36 | - |
| YUV | 204.01 | 46.17 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 59 | 0.00 | 0 | 0.74 | 0.13 | 60.37 | 0.72 | 0.55 |
| Hex | DE | DF | 3B | 0 | 0 | 4A | D | 3C | 48 | 37 |
| Octal | 336 | 337 | 73 | 0 | 0 | 112 | 15 | 74 | 110 | 67 |
| Binary | 11011110 | 11011111 | 111011 | 0 | 0 | 1001010 | 1101 | 111100 | 1001000 | 110111 |
Color Harmonies of #DEDF3B
Complementary color
Monochromatic Colors of #DEDF3B
Black with #DEDF3B
Text Example
Text Example
White with #DEDF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF3B; }
p { color: rgb(222,223,59); }
H1.HeaderClassName
{
color: #DEDF3B;
}
.AnyTagClassName
{
color: #DEDF3B;
}
</style>
background-color css
<style>
a { background-color: #DEDF3B; }
a { background-color: rgb(222,223,59); }
div.DivClassName
{
background-color: #DEDF3B;
}
.BgClassName
{
background-color: #DEDF3B;
}
</style>
border-color css
<style>
span { border-color: #DEDF3B; }
span { border-color: rgb(222,223,59); }
td.TdClassName
{
border-color: #DEDF3B;
}
.TagClassName
{
border-color: #DEDF3B;
}
</style>