Shades of Starship #DCDE41
Tints of Starship #DCDE41
RGB
CMYK
RGB Variations
Color information
#DCDE41 (or 0xDCDE41) is known color: Starship. HEX triplet: DC, DE and 41. RGB value is (220,222,65). Sum of RGB (Red+Green+Blue) = 220+222+65=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 65 (25.78% from 255 or 12.82% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE41 is #2321BE. Grayscale: #CCCCCC. Windows color (decimal): -2302399 or 4316892. OLE color: 4316892.
HSL color Cylindrical-coordinate representation of color #DCDE41: hue angle of 60.76º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCDE41 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 65 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.13 |
| HSL | 60.76º | 0.7% | 0.56% | - |
| HSV(B) | 60.76º | 0.71% | 0.87% | - |
| XYZ | 56.59 | 67.84 | 15.11 | - |
| YUV | 203.5 | 49.84 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 65 | 0.01 | 0 | 0.71 | 0.13 | 60.76 | 0.7 | 0.56 |
| Hex | DC | DE | 41 | 1 | 0 | 47 | D | 3D | 46 | 38 |
| Octal | 334 | 336 | 101 | 1 | 0 | 107 | 15 | 75 | 106 | 70 |
| Binary | 11011100 | 11011110 | 1000001 | 1 | 0 | 1000111 | 1101 | 111101 | 1000110 | 111000 |
Color Harmonies of #DCDE41
Complementary color
Monochromatic Colors of #DCDE41
Black with #DCDE41
Text Example
Text Example
White with #DCDE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE41; }
p { color: rgb(220,222,65); }
H1.HeaderClassName
{
color: #DCDE41;
}
.AnyTagClassName
{
color: #DCDE41;
}
</style>
background-color css
<style>
a { background-color: #DCDE41; }
a { background-color: rgb(220,222,65); }
div.DivClassName
{
background-color: #DCDE41;
}
.BgClassName
{
background-color: #DCDE41;
}
</style>
border-color css
<style>
span { border-color: #DCDE41; }
span { border-color: rgb(220,222,65); }
td.TdClassName
{
border-color: #DCDE41;
}
.TagClassName
{
border-color: #DCDE41;
}
</style>