Shades of Starship #DCEB3F
Tints of Starship #DCEB3F
RGB
CMYK
RGB Variations
Color information
#DCEB3F (or 0xDCEB3F) is known color: Starship. HEX triplet: DC, EB and 3F. RGB value is (220,235,63). Sum of RGB (Red+Green+Blue) = 220+235+63=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 63 (25% from 255 or 12.16% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB3F is #2314C0. Grayscale: #D3D3D3. Windows color (decimal): -2299073 or 4189148. OLE color: 4189148.
HSL color Cylindrical-coordinate representation of color #DCEB3F: hue angle of 65.23º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCEB3F is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 63 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.08 |
| HSL | 65.23º | 0.81% | 0.58% | - |
| HSV(B) | 65.23º | 0.73% | 0.92% | - |
| XYZ | 60.12 | 74.99 | 16.01 | - |
| YUV | 210.91 | 44.53 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 63 | 0.06 | 0 | 0.73 | 0.08 | 65.23 | 0.81 | 0.58 |
| Hex | DC | EB | 3F | 6 | 0 | 49 | 8 | 41 | 51 | 3A |
| Octal | 334 | 353 | 77 | 6 | 0 | 111 | 10 | 101 | 121 | 72 |
| Binary | 11011100 | 11101011 | 111111 | 110 | 0 | 1001001 | 1000 | 1000001 | 1010001 | 111010 |
Color Harmonies of #DCEB3F
Complementary color
Monochromatic Colors of #DCEB3F
Black with #DCEB3F
Text Example
Text Example
White with #DCEB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB3F; }
p { color: rgb(220,235,63); }
H1.HeaderClassName
{
color: #DCEB3F;
}
.AnyTagClassName
{
color: #DCEB3F;
}
</style>
background-color css
<style>
a { background-color: #DCEB3F; }
a { background-color: rgb(220,235,63); }
div.DivClassName
{
background-color: #DCEB3F;
}
.BgClassName
{
background-color: #DCEB3F;
}
</style>
border-color css
<style>
span { border-color: #DCEB3F; }
span { border-color: rgb(220,235,63); }
td.TdClassName
{
border-color: #DCEB3F;
}
.TagClassName
{
border-color: #DCEB3F;
}
</style>