Shades of Starship #DCEE43
Tints of Starship #DCEE43
RGB
CMYK
RGB Variations
Color information
#DCEE43 (or 0xDCEE43) is known color: Starship. HEX triplet: DC, EE and 43. RGB value is (220,238,67). Sum of RGB (Red+Green+Blue) = 220+238+67=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 67 (26.56% from 255 or 12.76% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE43 is #2311BC. Grayscale: #D5D5D5. Windows color (decimal): -2298301 or 4452060. OLE color: 4452060.
HSL color Cylindrical-coordinate representation of color #DCEE43: hue angle of 66.32º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCEE43 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 67 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.07 |
| HSL | 66.32º | 0.83% | 0.6% | - |
| HSV(B) | 66.32º | 0.72% | 0.93% | - |
| XYZ | 61.1 | 76.77 | 16.91 | - |
| YUV | 213.12 | 45.54 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 67 | 0.08 | 0 | 0.72 | 0.07 | 66.32 | 0.83 | 0.6 |
| Hex | DC | EE | 43 | 8 | 0 | 48 | 7 | 42 | 53 | 3C |
| Octal | 334 | 356 | 103 | 10 | 0 | 110 | 7 | 102 | 123 | 74 |
| Binary | 11011100 | 11101110 | 1000011 | 1000 | 0 | 1001000 | 111 | 1000010 | 1010011 | 111100 |
Color Harmonies of #DCEE43
Complementary color
Monochromatic Colors of #DCEE43
Black with #DCEE43
Text Example
Text Example
White with #DCEE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE43; }
p { color: rgb(220,238,67); }
H1.HeaderClassName
{
color: #DCEE43;
}
.AnyTagClassName
{
color: #DCEE43;
}
</style>
background-color css
<style>
a { background-color: #DCEE43; }
a { background-color: rgb(220,238,67); }
div.DivClassName
{
background-color: #DCEE43;
}
.BgClassName
{
background-color: #DCEE43;
}
</style>
border-color css
<style>
span { border-color: #DCEE43; }
span { border-color: rgb(220,238,67); }
td.TdClassName
{
border-color: #DCEE43;
}
.TagClassName
{
border-color: #DCEE43;
}
</style>