Shades of Starship #DED52F
Tints of Starship #DED52F
RGB
CMYK
RGB Variations
Color information
#DED52F (or 0xDED52F) is known color: Starship. HEX triplet: DE, D5 and 2F. RGB value is (222,213,47). Sum of RGB (Red+Green+Blue) = 222+213+47=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DED52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED52F is #212AD0. Grayscale: #C5C5C5. Windows color (decimal): -2173649 or 3134942. OLE color: 3134942.
HSL color Cylindrical-coordinate representation of color #DED52F: hue angle of 56.91º 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 #DED52F is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 47 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.13 |
| HSL | 56.91º | 0.73% | 0.53% | - |
| HSV(B) | 56.91º | 0.79% | 0.87% | - |
| XYZ | 54.43 | 63.32 | 12.04 | - |
| YUV | 196.77 | 43.48 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 47 | 0 | 0.04 | 0.79 | 0.13 | 56.91 | 0.73 | 0.53 |
| Hex | DE | D5 | 2F | 0 | 4 | 4F | D | 39 | 49 | 35 |
| Octal | 336 | 325 | 57 | 0 | 4 | 117 | 15 | 71 | 111 | 65 |
| Binary | 11011110 | 11010101 | 101111 | 0 | 100 | 1001111 | 1101 | 111001 | 1001001 | 110101 |
Color Harmonies of #DED52F
Complementary color
Monochromatic Colors of #DED52F
Black with #DED52F
Text Example
Text Example
White with #DED52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED52F; }
p { color: rgb(222,213,47); }
H1.HeaderClassName
{
color: #DED52F;
}
.AnyTagClassName
{
color: #DED52F;
}
</style>
background-color css
<style>
a { background-color: #DED52F; }
a { background-color: rgb(222,213,47); }
div.DivClassName
{
background-color: #DED52F;
}
.BgClassName
{
background-color: #DED52F;
}
</style>
border-color css
<style>
span { border-color: #DED52F; }
span { border-color: rgb(222,213,47); }
td.TdClassName
{
border-color: #DED52F;
}
.TagClassName
{
border-color: #DED52F;
}
</style>