Shades of Starship #DEDF2D
Tints of Starship #DEDF2D
RGB
CMYK
RGB Variations
Color information
#DEDF2D (or 0xDEDF2D) is known color: Starship. HEX triplet: DE, DF and 2D. RGB value is (222,223,45). Sum of RGB (Red+Green+Blue) = 222+223+45=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF2D is #2120D2. Grayscale: #CBCBCB. Windows color (decimal): -2171091 or 3006430. OLE color: 3006430.
HSL color Cylindrical-coordinate representation of color #DEDF2D: hue angle of 60.34º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEDF2D is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 45 | - |
| CMYK | 0.00 | 0 | 0.80 | 0.13 |
| HSL | 60.34º | 0.74% | 0.53% | - |
| HSV(B) | 60.34º | 0.8% | 0.87% | - |
| XYZ | 56.99 | 68.49 | 12.7 | - |
| YUV | 202.41 | 39.17 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 45 | 0.00 | 0 | 0.80 | 0.13 | 60.34 | 0.74 | 0.53 |
| Hex | DE | DF | 2D | 0 | 0 | 50 | D | 3C | 4A | 35 |
| Octal | 336 | 337 | 55 | 0 | 0 | 120 | 15 | 74 | 112 | 65 |
| Binary | 11011110 | 11011111 | 101101 | 0 | 0 | 1010000 | 1101 | 111100 | 1001010 | 110101 |
Color Harmonies of #DEDF2D
Complementary color
Monochromatic Colors of #DEDF2D
Black with #DEDF2D
Text Example
Text Example
White with #DEDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF2D; }
p { color: rgb(222,223,45); }
H1.HeaderClassName
{
color: #DEDF2D;
}
.AnyTagClassName
{
color: #DEDF2D;
}
</style>
background-color css
<style>
a { background-color: #DEDF2D; }
a { background-color: rgb(222,223,45); }
div.DivClassName
{
background-color: #DEDF2D;
}
.BgClassName
{
background-color: #DEDF2D;
}
</style>
border-color css
<style>
span { border-color: #DEDF2D; }
span { border-color: rgb(222,223,45); }
td.TdClassName
{
border-color: #DEDF2D;
}
.TagClassName
{
border-color: #DEDF2D;
}
</style>