Shades of Starship #DEDB31
Tints of Starship #DEDB31
RGB
CMYK
RGB Variations
Color information
#DEDB31 (or 0xDEDB31) is known color: Starship. HEX triplet: DE, DB and 31. RGB value is (222,219,49). Sum of RGB (Red+Green+Blue) = 222+219+49=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB31 is #2124CE. Grayscale: #C9C9C9. Windows color (decimal): -2172111 or 3267550. OLE color: 3267550.
HSL color Cylindrical-coordinate representation of color #DEDB31: hue angle of 58.96º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEDB31 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 49 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.13 |
| HSL | 58.96º | 0.72% | 0.53% | - |
| HSV(B) | 58.96º | 0.78% | 0.87% | - |
| XYZ | 56.01 | 66.41 | 12.77 | - |
| YUV | 200.52 | 42.49 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 49 | 0 | 0.01 | 0.78 | 0.13 | 58.96 | 0.72 | 0.53 |
| Hex | DE | DB | 31 | 0 | 1 | 4E | D | 3B | 48 | 35 |
| Octal | 336 | 333 | 61 | 0 | 1 | 116 | 15 | 73 | 110 | 65 |
| Binary | 11011110 | 11011011 | 110001 | 0 | 1 | 1001110 | 1101 | 111011 | 1001000 | 110101 |
Color Harmonies of #DEDB31
Complementary color
Monochromatic Colors of #DEDB31
Black with #DEDB31
Text Example
Text Example
White with #DEDB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB31; }
p { color: rgb(222,219,49); }
H1.HeaderClassName
{
color: #DEDB31;
}
.AnyTagClassName
{
color: #DEDB31;
}
</style>
background-color css
<style>
a { background-color: #DEDB31; }
a { background-color: rgb(222,219,49); }
div.DivClassName
{
background-color: #DEDB31;
}
.BgClassName
{
background-color: #DEDB31;
}
</style>
border-color css
<style>
span { border-color: #DEDB31; }
span { border-color: rgb(222,219,49); }
td.TdClassName
{
border-color: #DEDB31;
}
.TagClassName
{
border-color: #DEDB31;
}
</style>