Shades of Starship #DCDE39
Tints of Starship #DCDE39
RGB
CMYK
RGB Variations
Color information
#DCDE39 (or 0xDCDE39) is known color: Starship. HEX triplet: DC, DE and 39. RGB value is (220,222,57). Sum of RGB (Red+Green+Blue) = 220+222+57=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 57 (22.66% from 255 or 11.42% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE39 is #2321C6. Grayscale: #CBCBCB. Windows color (decimal): -2302407 or 3792604. OLE color: 3792604.
HSL color Cylindrical-coordinate representation of color #DCDE39: hue angle of 60.73º 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 #DCDE39 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 57 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.13 |
| HSL | 60.73º | 0.71% | 0.55% | - |
| HSV(B) | 60.73º | 0.74% | 0.87% | - |
| XYZ | 56.38 | 67.75 | 13.98 | - |
| YUV | 202.59 | 45.84 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 57 | 0.01 | 0 | 0.74 | 0.13 | 60.73 | 0.71 | 0.55 |
| Hex | DC | DE | 39 | 1 | 0 | 4A | D | 3D | 47 | 37 |
| Octal | 334 | 336 | 71 | 1 | 0 | 112 | 15 | 75 | 107 | 67 |
| Binary | 11011100 | 11011110 | 111001 | 1 | 0 | 1001010 | 1101 | 111101 | 1000111 | 110111 |
Color Harmonies of #DCDE39
Complementary color
Monochromatic Colors of #DCDE39
Black with #DCDE39
Text Example
Text Example
White with #DCDE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE39; }
p { color: rgb(220,222,57); }
H1.HeaderClassName
{
color: #DCDE39;
}
.AnyTagClassName
{
color: #DCDE39;
}
</style>
background-color css
<style>
a { background-color: #DCDE39; }
a { background-color: rgb(220,222,57); }
div.DivClassName
{
background-color: #DCDE39;
}
.BgClassName
{
background-color: #DCDE39;
}
</style>
border-color css
<style>
span { border-color: #DCDE39; }
span { border-color: rgb(220,222,57); }
td.TdClassName
{
border-color: #DCDE39;
}
.TagClassName
{
border-color: #DCDE39;
}
</style>