Shades of Starship #DEDB2D
Tints of Starship #DEDB2D
RGB
CMYK
RGB Variations
Color information
#DEDB2D (or 0xDEDB2D) is known color: Starship. HEX triplet: DE, DB and 2D. RGB value is (222,219,45). Sum of RGB (Red+Green+Blue) = 222+219+45=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB2D is #2124D2. Grayscale: #C8C8C8. Windows color (decimal): -2172115 or 3005406. OLE color: 3005406.
HSL color Cylindrical-coordinate representation of color #DEDB2D: hue angle of 58.98º 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 #DEDB2D is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 45 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.13 |
| HSL | 58.98º | 0.73% | 0.52% | - |
| HSV(B) | 58.98º | 0.8% | 0.87% | - |
| XYZ | 55.93 | 66.38 | 12.35 | - |
| YUV | 200.06 | 40.49 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 45 | 0 | 0.01 | 0.80 | 0.13 | 58.98 | 0.73 | 0.52 |
| Hex | DE | DB | 2D | 0 | 1 | 50 | D | 3B | 49 | 34 |
| Octal | 336 | 333 | 55 | 0 | 1 | 120 | 15 | 73 | 111 | 64 |
| Binary | 11011110 | 11011011 | 101101 | 0 | 1 | 1010000 | 1101 | 111011 | 1001001 | 110100 |
Color Harmonies of #DEDB2D
Complementary color
Monochromatic Colors of #DEDB2D
Black with #DEDB2D
Text Example
Text Example
White with #DEDB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB2D; }
p { color: rgb(222,219,45); }
H1.HeaderClassName
{
color: #DEDB2D;
}
.AnyTagClassName
{
color: #DEDB2D;
}
</style>
background-color css
<style>
a { background-color: #DEDB2D; }
a { background-color: rgb(222,219,45); }
div.DivClassName
{
background-color: #DEDB2D;
}
.BgClassName
{
background-color: #DEDB2D;
}
</style>
border-color css
<style>
span { border-color: #DEDB2D; }
span { border-color: rgb(222,219,45); }
td.TdClassName
{
border-color: #DEDB2D;
}
.TagClassName
{
border-color: #DEDB2D;
}
</style>