Shades of Starship #DCDF42
Tints of Starship #DCDF42
RGB
CMYK
RGB Variations
Color information
#DCDF42 (or 0xDCDF42) is known color: Starship. HEX triplet: DC, DF and 42. RGB value is (220,223,66). Sum of RGB (Red+Green+Blue) = 220+223+66=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 66 (26.17% from 255 or 12.97% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF42 is #2320BD. Grayscale: #CCCCCC. Windows color (decimal): -2302142 or 4382684. OLE color: 4382684.
HSL color Cylindrical-coordinate representation of color #DCDF42: hue angle of 61.15º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCDF42 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 66 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.13 |
| HSL | 61.15º | 0.71% | 0.57% | - |
| HSV(B) | 61.15º | 0.7% | 0.87% | - |
| XYZ | 56.89 | 68.38 | 15.36 | - |
| YUV | 204.21 | 50.01 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 66 | 0.01 | 0 | 0.70 | 0.13 | 61.15 | 0.71 | 0.57 |
| Hex | DC | DF | 42 | 1 | 0 | 46 | D | 3D | 47 | 39 |
| Octal | 334 | 337 | 102 | 1 | 0 | 106 | 15 | 75 | 107 | 71 |
| Binary | 11011100 | 11011111 | 1000010 | 1 | 0 | 1000110 | 1101 | 111101 | 1000111 | 111001 |
Color Harmonies of #DCDF42
Complementary color
Monochromatic Colors of #DCDF42
Black with #DCDF42
Text Example
Text Example
White with #DCDF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF42; }
p { color: rgb(220,223,66); }
H1.HeaderClassName
{
color: #DCDF42;
}
.AnyTagClassName
{
color: #DCDF42;
}
</style>
background-color css
<style>
a { background-color: #DCDF42; }
a { background-color: rgb(220,223,66); }
div.DivClassName
{
background-color: #DCDF42;
}
.BgClassName
{
background-color: #DCDF42;
}
</style>
border-color css
<style>
span { border-color: #DCDF42; }
span { border-color: rgb(220,223,66); }
td.TdClassName
{
border-color: #DCDF42;
}
.TagClassName
{
border-color: #DCDF42;
}
</style>