Shades of Starship #DCDE34
Tints of Starship #DCDE34
RGB
CMYK
RGB Variations
Color information
#DCDE34 (or 0xDCDE34) is known color: Starship. HEX triplet: DC, DE and 34. RGB value is (220,222,52). Sum of RGB (Red+Green+Blue) = 220+222+52=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE34 is #2321CB. Grayscale: #CACACA. Windows color (decimal): -2302412 or 3464924. OLE color: 3464924.
HSL color Cylindrical-coordinate representation of color #DCDE34: hue angle of 60.71º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCDE34 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 52 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.13 |
| HSL | 60.71º | 0.72% | 0.54% | - |
| HSV(B) | 60.71º | 0.77% | 0.87% | - |
| XYZ | 56.26 | 67.71 | 13.35 | - |
| YUV | 202.02 | 43.34 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 52 | 0.01 | 0 | 0.77 | 0.13 | 60.71 | 0.72 | 0.54 |
| Hex | DC | DE | 34 | 1 | 0 | 4D | D | 3D | 48 | 36 |
| Octal | 334 | 336 | 64 | 1 | 0 | 115 | 15 | 75 | 110 | 66 |
| Binary | 11011100 | 11011110 | 110100 | 1 | 0 | 1001101 | 1101 | 111101 | 1001000 | 110110 |
Color Harmonies of #DCDE34
Complementary color
Monochromatic Colors of #DCDE34
Black with #DCDE34
Text Example
Text Example
White with #DCDE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE34; }
p { color: rgb(220,222,52); }
H1.HeaderClassName
{
color: #DCDE34;
}
.AnyTagClassName
{
color: #DCDE34;
}
</style>
background-color css
<style>
a { background-color: #DCDE34; }
a { background-color: rgb(220,222,52); }
div.DivClassName
{
background-color: #DCDE34;
}
.BgClassName
{
background-color: #DCDE34;
}
</style>
border-color css
<style>
span { border-color: #DCDE34; }
span { border-color: rgb(220,222,52); }
td.TdClassName
{
border-color: #DCDE34;
}
.TagClassName
{
border-color: #DCDE34;
}
</style>