Shades of Starship #DCEA48
Tints of Starship #DCEA48
RGB
CMYK
RGB Variations
Color information
#DCEA48 (or 0xDCEA48) is known color: Starship. HEX triplet: DC, EA and 48. RGB value is (220,234,72). Sum of RGB (Red+Green+Blue) = 220+234+72=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 72 (28.52% from 255 or 13.69% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA48 is #2315B7. Grayscale: #D3D3D3. Windows color (decimal): -2299320 or 4778716. OLE color: 4778716.
HSL color Cylindrical-coordinate representation of color #DCEA48: hue angle of 65.19º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCEA48 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 72 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.08 |
| HSL | 65.19º | 0.79% | 0.6% | - |
| HSV(B) | 65.19º | 0.69% | 0.92% | - |
| XYZ | 60.11 | 74.53 | 17.35 | - |
| YUV | 211.35 | 49.36 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 72 | 0.06 | 0 | 0.69 | 0.08 | 65.19 | 0.79 | 0.6 |
| Hex | DC | EA | 48 | 6 | 0 | 45 | 8 | 41 | 4F | 3C |
| Octal | 334 | 352 | 110 | 6 | 0 | 105 | 10 | 101 | 117 | 74 |
| Binary | 11011100 | 11101010 | 1001000 | 110 | 0 | 1000101 | 1000 | 1000001 | 1001111 | 111100 |
Color Harmonies of #DCEA48
Complementary color
Monochromatic Colors of #DCEA48
Black with #DCEA48
Text Example
Text Example
White with #DCEA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA48; }
p { color: rgb(220,234,72); }
H1.HeaderClassName
{
color: #DCEA48;
}
.AnyTagClassName
{
color: #DCEA48;
}
</style>
background-color css
<style>
a { background-color: #DCEA48; }
a { background-color: rgb(220,234,72); }
div.DivClassName
{
background-color: #DCEA48;
}
.BgClassName
{
background-color: #DCEA48;
}
</style>
border-color css
<style>
span { border-color: #DCEA48; }
span { border-color: rgb(220,234,72); }
td.TdClassName
{
border-color: #DCEA48;
}
.TagClassName
{
border-color: #DCEA48;
}
</style>