Shades of Starship #DEDB2F
Tints of Starship #DEDB2F
RGB
CMYK
RGB Variations
Color information
#DEDB2F (or 0xDEDB2F) is known color: Starship. HEX triplet: DE, DB and 2F. RGB value is (222,219,47). Sum of RGB (Red+Green+Blue) = 222+219+47=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB2F is #2124D0. Grayscale: #C8C8C8. Windows color (decimal): -2172113 or 3136478. OLE color: 3136478.
HSL color Cylindrical-coordinate representation of color #DEDB2F: hue angle of 58.97º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEDB2F is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 47 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.13 |
| HSL | 58.97º | 0.73% | 0.53% | - |
| HSV(B) | 58.97º | 0.79% | 0.87% | - |
| XYZ | 55.97 | 66.4 | 12.56 | - |
| YUV | 200.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 47 | 0 | 0.01 | 0.79 | 0.13 | 58.97 | 0.73 | 0.53 |
| Hex | DE | DB | 2F | 0 | 1 | 4F | D | 3B | 49 | 35 |
| Octal | 336 | 333 | 57 | 0 | 1 | 117 | 15 | 73 | 111 | 65 |
| Binary | 11011110 | 11011011 | 101111 | 0 | 1 | 1001111 | 1101 | 111011 | 1001001 | 110101 |
Color Harmonies of #DEDB2F
Complementary color
Monochromatic Colors of #DEDB2F
Black with #DEDB2F
Text Example
Text Example
White with #DEDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB2F; }
p { color: rgb(222,219,47); }
H1.HeaderClassName
{
color: #DEDB2F;
}
.AnyTagClassName
{
color: #DEDB2F;
}
</style>
background-color css
<style>
a { background-color: #DEDB2F; }
a { background-color: rgb(222,219,47); }
div.DivClassName
{
background-color: #DEDB2F;
}
.BgClassName
{
background-color: #DEDB2F;
}
</style>
border-color css
<style>
span { border-color: #DEDB2F; }
span { border-color: rgb(222,219,47); }
td.TdClassName
{
border-color: #DEDB2F;
}
.TagClassName
{
border-color: #DEDB2F;
}
</style>