Shades of Starship #DED632
Tints of Starship #DED632
RGB
CMYK
RGB Variations
Color information
#DED632 (or 0xDED632) is known color: Starship. HEX triplet: DE, D6 and 32. RGB value is (222,214,50). Sum of RGB (Red+Green+Blue) = 222+214+50=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DED632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED632 is #2129CD. Grayscale: #C6C6C6. Windows color (decimal): -2173390 or 3331806. OLE color: 3331806.
HSL color Cylindrical-coordinate representation of color #DED632: hue angle of 57.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DED632 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 50 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.13 |
| HSL | 57.21º | 0.72% | 0.53% | - |
| HSV(B) | 57.21º | 0.77% | 0.87% | - |
| XYZ | 54.75 | 63.85 | 12.46 | - |
| YUV | 197.7 | 44.65 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 50 | 0 | 0.04 | 0.77 | 0.13 | 57.21 | 0.72 | 0.53 |
| Hex | DE | D6 | 32 | 0 | 4 | 4D | D | 39 | 48 | 35 |
| Octal | 336 | 326 | 62 | 0 | 4 | 115 | 15 | 71 | 110 | 65 |
| Binary | 11011110 | 11010110 | 110010 | 0 | 100 | 1001101 | 1101 | 111001 | 1001000 | 110101 |
Color Harmonies of #DED632
Complementary color
Monochromatic Colors of #DED632
Black with #DED632
Text Example
Text Example
White with #DED632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED632; }
p { color: rgb(222,214,50); }
H1.HeaderClassName
{
color: #DED632;
}
.AnyTagClassName
{
color: #DED632;
}
</style>
background-color css
<style>
a { background-color: #DED632; }
a { background-color: rgb(222,214,50); }
div.DivClassName
{
background-color: #DED632;
}
.BgClassName
{
background-color: #DED632;
}
</style>
border-color css
<style>
span { border-color: #DED632; }
span { border-color: rgb(222,214,50); }
td.TdClassName
{
border-color: #DED632;
}
.TagClassName
{
border-color: #DED632;
}
</style>