Shades of Starship #DEDB3A
Tints of Starship #DEDB3A
RGB
CMYK
RGB Variations
Color information
#DEDB3A (or 0xDEDB3A) is known color: Starship. HEX triplet: DE, DB and 3A. RGB value is (222,219,58). Sum of RGB (Red+Green+Blue) = 222+219+58=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 58 (23.05% from 255 or 11.62% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB3A is #2124C5. Grayscale: #CACACA. Windows color (decimal): -2172102 or 3857374. OLE color: 3857374.
HSL color Cylindrical-coordinate representation of color #DEDB3A: hue angle of 58.9º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEDB3A is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 58 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.13 |
| HSL | 58.9º | 0.71% | 0.55% | - |
| HSV(B) | 58.9º | 0.74% | 0.87% | - |
| XYZ | 56.22 | 66.5 | 13.88 | - |
| YUV | 201.54 | 46.99 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 58 | 0 | 0.01 | 0.74 | 0.13 | 58.9 | 0.71 | 0.55 |
| Hex | DE | DB | 3A | 0 | 1 | 4A | D | 3B | 47 | 37 |
| Octal | 336 | 333 | 72 | 0 | 1 | 112 | 15 | 73 | 107 | 67 |
| Binary | 11011110 | 11011011 | 111010 | 0 | 1 | 1001010 | 1101 | 111011 | 1000111 | 110111 |
Color Harmonies of #DEDB3A
Complementary color
Monochromatic Colors of #DEDB3A
Black with #DEDB3A
Text Example
Text Example
White with #DEDB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB3A; }
p { color: rgb(222,219,58); }
H1.HeaderClassName
{
color: #DEDB3A;
}
.AnyTagClassName
{
color: #DEDB3A;
}
</style>
background-color css
<style>
a { background-color: #DEDB3A; }
a { background-color: rgb(222,219,58); }
div.DivClassName
{
background-color: #DEDB3A;
}
.BgClassName
{
background-color: #DEDB3A;
}
</style>
border-color css
<style>
span { border-color: #DEDB3A; }
span { border-color: rgb(222,219,58); }
td.TdClassName
{
border-color: #DEDB3A;
}
.TagClassName
{
border-color: #DEDB3A;
}
</style>