Shades of Starship #DEDB46
Tints of Starship #DEDB46
RGB
CMYK
RGB Variations
Color information
#DEDB46 (or 0xDEDB46) is known color: Starship. HEX triplet: DE, DB and 46. RGB value is (222,219,70). Sum of RGB (Red+Green+Blue) = 222+219+70=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 70 (27.73% from 255 or 13.70% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB46 is #2124B9. Grayscale: #CBCBCB. Windows color (decimal): -2172090 or 4643806. OLE color: 4643806.
HSL color Cylindrical-coordinate representation of color #DEDB46: hue angle of 58.82º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEDB46 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 70 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.13 |
| HSL | 58.82º | 0.7% | 0.57% | - |
| HSV(B) | 58.82º | 0.68% | 0.87% | - |
| XYZ | 56.56 | 66.63 | 15.68 | - |
| YUV | 202.91 | 52.99 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 70 | 0 | 0.01 | 0.68 | 0.13 | 58.82 | 0.7 | 0.57 |
| Hex | DE | DB | 46 | 0 | 1 | 44 | D | 3B | 46 | 39 |
| Octal | 336 | 333 | 106 | 0 | 1 | 104 | 15 | 73 | 106 | 71 |
| Binary | 11011110 | 11011011 | 1000110 | 0 | 1 | 1000100 | 1101 | 111011 | 1000110 | 111001 |
Color Harmonies of #DEDB46
Complementary color
Monochromatic Colors of #DEDB46
Black with #DEDB46
Text Example
Text Example
White with #DEDB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB46; }
p { color: rgb(222,219,70); }
H1.HeaderClassName
{
color: #DEDB46;
}
.AnyTagClassName
{
color: #DEDB46;
}
</style>
background-color css
<style>
a { background-color: #DEDB46; }
a { background-color: rgb(222,219,70); }
div.DivClassName
{
background-color: #DEDB46;
}
.BgClassName
{
background-color: #DEDB46;
}
</style>
border-color css
<style>
span { border-color: #DEDB46; }
span { border-color: rgb(222,219,70); }
td.TdClassName
{
border-color: #DEDB46;
}
.TagClassName
{
border-color: #DEDB46;
}
</style>