Shades of Starship #DCEB42
Tints of Starship #DCEB42
RGB
CMYK
RGB Variations
Color information
#DCEB42 (or 0xDCEB42) is known color: Starship. HEX triplet: DC, EB and 42. RGB value is (220,235,66). Sum of RGB (Red+Green+Blue) = 220+235+66=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 66 (26.17% from 255 or 12.67% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB42 is #2314BD. Grayscale: #D3D3D3. Windows color (decimal): -2299070 or 4385756. OLE color: 4385756.
HSL color Cylindrical-coordinate representation of color #DCEB42: hue angle of 65.33º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCEB42 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 66 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.08 |
| HSL | 65.33º | 0.81% | 0.59% | - |
| HSV(B) | 65.33º | 0.72% | 0.92% | - |
| XYZ | 60.21 | 75.03 | 16.46 | - |
| YUV | 211.25 | 46.03 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 66 | 0.06 | 0 | 0.72 | 0.08 | 65.33 | 0.81 | 0.59 |
| Hex | DC | EB | 42 | 6 | 0 | 48 | 8 | 41 | 51 | 3B |
| Octal | 334 | 353 | 102 | 6 | 0 | 110 | 10 | 101 | 121 | 73 |
| Binary | 11011100 | 11101011 | 1000010 | 110 | 0 | 1001000 | 1000 | 1000001 | 1010001 | 111011 |
Color Harmonies of #DCEB42
Complementary color
Monochromatic Colors of #DCEB42
Black with #DCEB42
Text Example
Text Example
White with #DCEB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB42; }
p { color: rgb(220,235,66); }
H1.HeaderClassName
{
color: #DCEB42;
}
.AnyTagClassName
{
color: #DCEB42;
}
</style>
background-color css
<style>
a { background-color: #DCEB42; }
a { background-color: rgb(220,235,66); }
div.DivClassName
{
background-color: #DCEB42;
}
.BgClassName
{
background-color: #DCEB42;
}
</style>
border-color css
<style>
span { border-color: #DCEB42; }
span { border-color: rgb(220,235,66); }
td.TdClassName
{
border-color: #DCEB42;
}
.TagClassName
{
border-color: #DCEB42;
}
</style>