Shades of Starship #DED62D
Tints of Starship #DED62D
RGB
CMYK
RGB Variations
Color information
#DED62D (or 0xDED62D) is known color: Starship. HEX triplet: DE, D6 and 2D. RGB value is (222,214,45). Sum of RGB (Red+Green+Blue) = 222+214+45=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DED62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED62D is #2129D2. Grayscale: #C5C5C5. Windows color (decimal): -2173395 or 3004126. OLE color: 3004126.
HSL color Cylindrical-coordinate representation of color #DED62D: hue angle of 57.29º 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 #DED62D is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 214 | 45 | - |
CMYK | 0 | 0.04 | 0.80 | 0.13 |
HSL | 57.29º | 0.73% | 0.52% | - |
HSV(B) | 57.29º | 0.8% | 0.87% | - |
XYZ | 54.64 | 63.81 | 11.92 | - |
YUV | 197.13 | 42.15 | 145.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 214 | 45 | 0 | 0.04 | 0.80 | 0.13 | 57.29 | 0.73 | 0.52 |
Hex | DE | D6 | 2D | 0 | 4 | 50 | D | 39 | 49 | 34 |
Octal | 336 | 326 | 55 | 0 | 4 | 120 | 15 | 71 | 111 | 64 |
Binary | 11011110 | 11010110 | 101101 | 0 | 100 | 1010000 | 1101 | 111001 | 1001001 | 110100 |
Color Harmonies of #DED62D
Complementary color
Monochromatic Colors of #DED62D
Black with #DED62D
Text Example
Text Example
White with #DED62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED62D; }
p { color: rgb(222,214,45); }
H1.HeaderClassName
{
color: #DED62D;
}
.AnyTagClassName
{
color: #DED62D;
}
</style>
background-color css
<style>
a { background-color: #DED62D; }
a { background-color: rgb(222,214,45); }
div.DivClassName
{
background-color: #DED62D;
}
.BgClassName
{
background-color: #DED62D;
}
</style>
border-color css
<style>
span { border-color: #DED62D; }
span { border-color: rgb(222,214,45); }
td.TdClassName
{
border-color: #DED62D;
}
.TagClassName
{
border-color: #DED62D;
}
</style>