Shades of Starship #DEDB36
Tints of Starship #DEDB36
RGB
CMYK
RGB Variations
Color information
#DEDB36 (or 0xDEDB36) is known color: Starship. HEX triplet: DE, DB and 36. RGB value is (222,219,54). Sum of RGB (Red+Green+Blue) = 222+219+54=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 54 (21.48% from 255 or 10.91% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB36 is #2124C9. Grayscale: #C9C9C9. Windows color (decimal): -2172106 or 3595230. OLE color: 3595230.
HSL color Cylindrical-coordinate representation of color #DEDB36: hue angle of 58.93º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEDB36 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 54 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.13 |
| HSL | 58.93º | 0.72% | 0.54% | - |
| HSV(B) | 58.93º | 0.76% | 0.87% | - |
| XYZ | 56.12 | 66.46 | 13.36 | - |
| YUV | 201.09 | 44.99 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 54 | 0 | 0.01 | 0.76 | 0.13 | 58.93 | 0.72 | 0.54 |
| Hex | DE | DB | 36 | 0 | 1 | 4C | D | 3B | 48 | 36 |
| Octal | 336 | 333 | 66 | 0 | 1 | 114 | 15 | 73 | 110 | 66 |
| Binary | 11011110 | 11011011 | 110110 | 0 | 1 | 1001100 | 1101 | 111011 | 1001000 | 110110 |
Color Harmonies of #DEDB36
Complementary color
Monochromatic Colors of #DEDB36
Black with #DEDB36
Text Example
Text Example
White with #DEDB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB36; }
p { color: rgb(222,219,54); }
H1.HeaderClassName
{
color: #DEDB36;
}
.AnyTagClassName
{
color: #DEDB36;
}
</style>
background-color css
<style>
a { background-color: #DEDB36; }
a { background-color: rgb(222,219,54); }
div.DivClassName
{
background-color: #DEDB36;
}
.BgClassName
{
background-color: #DEDB36;
}
</style>
border-color css
<style>
span { border-color: #DEDB36; }
span { border-color: rgb(222,219,54); }
td.TdClassName
{
border-color: #DEDB36;
}
.TagClassName
{
border-color: #DEDB36;
}
</style>