Shades of Starship #DEDB2C
Tints of Starship #DEDB2C
RGB
CMYK
RGB Variations
Color information
#DEDB2C (or 0xDEDB2C) is known color: Starship. HEX triplet: DE, DB and 2C. RGB value is (222,219,44). Sum of RGB (Red+Green+Blue) = 222+219+44=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB2C is #2124D3. Grayscale: #C8C8C8. Windows color (decimal): -2172116 or 2939870. OLE color: 2939870.
HSL color Cylindrical-coordinate representation of color #DEDB2C: 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.8%. Process color model (Four color, CMYK) of #DEDB2C is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 44 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.13 |
| HSL | 58.99º | 0.73% | 0.52% | - |
| HSV(B) | 58.99º | 0.8% | 0.87% | - |
| XYZ | 55.91 | 66.37 | 12.25 | - |
| YUV | 199.95 | 39.99 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 44 | 0 | 0.01 | 0.80 | 0.13 | 58.99 | 0.73 | 0.52 |
| Hex | DE | DB | 2C | 0 | 1 | 50 | D | 3B | 49 | 34 |
| Octal | 336 | 333 | 54 | 0 | 1 | 120 | 15 | 73 | 111 | 64 |
| Binary | 11011110 | 11011011 | 101100 | 0 | 1 | 1010000 | 1101 | 111011 | 1001001 | 110100 |
Color Harmonies of #DEDB2C
Complementary color
Monochromatic Colors of #DEDB2C
Black with #DEDB2C
Text Example
Text Example
White with #DEDB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB2C; }
p { color: rgb(222,219,44); }
H1.HeaderClassName
{
color: #DEDB2C;
}
.AnyTagClassName
{
color: #DEDB2C;
}
</style>
background-color css
<style>
a { background-color: #DEDB2C; }
a { background-color: rgb(222,219,44); }
div.DivClassName
{
background-color: #DEDB2C;
}
.BgClassName
{
background-color: #DEDB2C;
}
</style>
border-color css
<style>
span { border-color: #DEDB2C; }
span { border-color: rgb(222,219,44); }
td.TdClassName
{
border-color: #DEDB2C;
}
.TagClassName
{
border-color: #DEDB2C;
}
</style>