Shades of Starship #DEDB2B
Tints of Starship #DEDB2B
RGB
CMYK
RGB Variations
Color information
#DEDB2B (or 0xDEDB2B) is known color: Starship. HEX triplet: DE, DB and 2B. RGB value is (222,219,43). Sum of RGB (Red+Green+Blue) = 222+219+43=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB2B is #2124D4. Grayscale: #C8C8C8. Windows color (decimal): -2172117 or 2874334. OLE color: 2874334.
HSL color Cylindrical-coordinate representation of color #DEDB2B: hue angle of 58.99º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEDB2B is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 43 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.13 |
| HSL | 58.99º | 0.73% | 0.52% | - |
| HSV(B) | 58.99º | 0.81% | 0.87% | - |
| XYZ | 55.89 | 66.37 | 12.15 | - |
| YUV | 199.83 | 39.49 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 43 | 0 | 0.01 | 0.81 | 0.13 | 58.99 | 0.73 | 0.52 |
| Hex | DE | DB | 2B | 0 | 1 | 51 | D | 3B | 49 | 34 |
| Octal | 336 | 333 | 53 | 0 | 1 | 121 | 15 | 73 | 111 | 64 |
| Binary | 11011110 | 11011011 | 101011 | 0 | 1 | 1010001 | 1101 | 111011 | 1001001 | 110100 |
Color Harmonies of #DEDB2B
Complementary color
Monochromatic Colors of #DEDB2B
Black with #DEDB2B
Text Example
Text Example
White with #DEDB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB2B; }
p { color: rgb(222,219,43); }
H1.HeaderClassName
{
color: #DEDB2B;
}
.AnyTagClassName
{
color: #DEDB2B;
}
</style>
background-color css
<style>
a { background-color: #DEDB2B; }
a { background-color: rgb(222,219,43); }
div.DivClassName
{
background-color: #DEDB2B;
}
.BgClassName
{
background-color: #DEDB2B;
}
</style>
border-color css
<style>
span { border-color: #DEDB2B; }
span { border-color: rgb(222,219,43); }
td.TdClassName
{
border-color: #DEDB2B;
}
.TagClassName
{
border-color: #DEDB2B;
}
</style>