Shades of Starship #DEDB3E
Tints of Starship #DEDB3E
RGB
CMYK
RGB Variations
Color information
#DEDB3E (or 0xDEDB3E) is known color: Starship. HEX triplet: DE, DB and 3E. RGB value is (222,219,62). Sum of RGB (Red+Green+Blue) = 222+219+62=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB3E is #2124C1. Grayscale: #CACACA. Windows color (decimal): -2172098 or 4119518. OLE color: 4119518.
HSL color Cylindrical-coordinate representation of color #DEDB3E: hue angle of 58.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEDB3E is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 62 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.13 |
| HSL | 58.88º | 0.71% | 0.56% | - |
| HSV(B) | 58.88º | 0.72% | 0.87% | - |
| XYZ | 56.33 | 66.54 | 14.43 | - |
| YUV | 202 | 48.99 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 62 | 0 | 0.01 | 0.72 | 0.13 | 58.88 | 0.71 | 0.56 |
| Hex | DE | DB | 3E | 0 | 1 | 48 | D | 3B | 47 | 38 |
| Octal | 336 | 333 | 76 | 0 | 1 | 110 | 15 | 73 | 107 | 70 |
| Binary | 11011110 | 11011011 | 111110 | 0 | 1 | 1001000 | 1101 | 111011 | 1000111 | 111000 |
Color Harmonies of #DEDB3E
Complementary color
Monochromatic Colors of #DEDB3E
Black with #DEDB3E
Text Example
Text Example
White with #DEDB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB3E; }
p { color: rgb(222,219,62); }
H1.HeaderClassName
{
color: #DEDB3E;
}
.AnyTagClassName
{
color: #DEDB3E;
}
</style>
background-color css
<style>
a { background-color: #DEDB3E; }
a { background-color: rgb(222,219,62); }
div.DivClassName
{
background-color: #DEDB3E;
}
.BgClassName
{
background-color: #DEDB3E;
}
</style>
border-color css
<style>
span { border-color: #DEDB3E; }
span { border-color: rgb(222,219,62); }
td.TdClassName
{
border-color: #DEDB3E;
}
.TagClassName
{
border-color: #DEDB3E;
}
</style>