Shades of Starship #DEDB47
Tints of Starship #DEDB47
RGB
CMYK
RGB Variations
Color information
#DEDB47 (or 0xDEDB47) is known color: Starship. HEX triplet: DE, DB and 47. RGB value is (222,219,71). Sum of RGB (Red+Green+Blue) = 222+219+71=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 71 (28.12% from 255 or 13.87% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB47 is #2124B8. Grayscale: #CBCBCB. Windows color (decimal): -2172089 or 4709342. OLE color: 4709342.
HSL color Cylindrical-coordinate representation of color #DEDB47: hue angle of 58.81º 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 #DEDB47 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 71 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.13 |
| HSL | 58.81º | 0.7% | 0.57% | - |
| HSV(B) | 58.81º | 0.68% | 0.87% | - |
| XYZ | 56.59 | 66.65 | 15.84 | - |
| YUV | 203.03 | 53.49 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 71 | 0 | 0.01 | 0.68 | 0.13 | 58.81 | 0.7 | 0.57 |
| Hex | DE | DB | 47 | 0 | 1 | 44 | D | 3B | 46 | 39 |
| Octal | 336 | 333 | 107 | 0 | 1 | 104 | 15 | 73 | 106 | 71 |
| Binary | 11011110 | 11011011 | 1000111 | 0 | 1 | 1000100 | 1101 | 111011 | 1000110 | 111001 |
Color Harmonies of #DEDB47
Complementary color
Monochromatic Colors of #DEDB47
Black with #DEDB47
Text Example
Text Example
White with #DEDB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB47; }
p { color: rgb(222,219,71); }
H1.HeaderClassName
{
color: #DEDB47;
}
.AnyTagClassName
{
color: #DEDB47;
}
</style>
background-color css
<style>
a { background-color: #DEDB47; }
a { background-color: rgb(222,219,71); }
div.DivClassName
{
background-color: #DEDB47;
}
.BgClassName
{
background-color: #DEDB47;
}
</style>
border-color css
<style>
span { border-color: #DEDB47; }
span { border-color: rgb(222,219,71); }
td.TdClassName
{
border-color: #DEDB47;
}
.TagClassName
{
border-color: #DEDB47;
}
</style>