Shades of Starship #DEDA30
Tints of Starship #DEDA30
RGB
CMYK
RGB Variations
Color information
#DEDA30 (or 0xDEDA30) is known color: Starship. HEX triplet: DE, DA and 30. RGB value is (222,218,48). Sum of RGB (Red+Green+Blue) = 222+218+48=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA30 is #2125CF. Grayscale: #C8C8C8. Windows color (decimal): -2172368 or 3201758. OLE color: 3201758.
HSL color Cylindrical-coordinate representation of color #DEDA30: hue angle of 58.62º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEDA30 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 218 | 48 | - |
CMYK | 0 | 0.02 | 0.78 | 0.13 |
HSL | 58.62º | 0.73% | 0.53% | - |
HSV(B) | 58.62º | 0.78% | 0.87% | - |
XYZ | 55.73 | 65.89 | 12.58 | - |
YUV | 199.82 | 42.33 | 143.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 48 | 0 | 0.02 | 0.78 | 0.13 | 58.62 | 0.73 | 0.53 |
Hex | DE | DA | 30 | 0 | 2 | 4E | D | 3B | 48 | 35 |
Octal | 336 | 332 | 60 | 0 | 2 | 116 | 15 | 73 | 110 | 65 |
Binary | 11011110 | 11011010 | 110000 | 0 | 10 | 1001110 | 1101 | 111011 | 1001000 | 110101 |
Color Harmonies of #DEDA30
Complementary color
Monochromatic Colors of #DEDA30
Black with #DEDA30
Text Example
Text Example
White with #DEDA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA30; }
p { color: rgb(222,218,48); }
H1.HeaderClassName
{
color: #DEDA30;
}
.AnyTagClassName
{
color: #DEDA30;
}
</style>
background-color css
<style>
a { background-color: #DEDA30; }
a { background-color: rgb(222,218,48); }
div.DivClassName
{
background-color: #DEDA30;
}
.BgClassName
{
background-color: #DEDA30;
}
</style>
border-color css
<style>
span { border-color: #DEDA30; }
span { border-color: rgb(222,218,48); }
td.TdClassName
{
border-color: #DEDA30;
}
.TagClassName
{
border-color: #DEDA30;
}
</style>