Shades of Starship #DCDD38
Tints of Starship #DCDD38
RGB
CMYK
RGB Variations
Color information
#DCDD38 (or 0xDCDD38) is known color: Starship. HEX triplet: DC, DD and 38. RGB value is (220,221,56). Sum of RGB (Red+Green+Blue) = 220+221+56=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 56 (22.27% from 255 or 11.27% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD38 is #2322C7. Grayscale: #CACACA. Windows color (decimal): -2302664 or 3726812. OLE color: 3726812.
HSL color Cylindrical-coordinate representation of color #DCDD38: hue angle of 60.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCDD38 is Cyan = 0.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 56 | - |
| CMYK | 0.00 | 0 | 0.75 | 0.13 |
| HSL | 60.36º | 0.71% | 0.54% | - |
| HSV(B) | 60.36º | 0.75% | 0.87% | - |
| XYZ | 56.09 | 67.21 | 13.76 | - |
| YUV | 201.89 | 45.67 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 56 | 0.00 | 0 | 0.75 | 0.13 | 60.36 | 0.71 | 0.54 |
| Hex | DC | DD | 38 | 0 | 0 | 4B | D | 3C | 47 | 36 |
| Octal | 334 | 335 | 70 | 0 | 0 | 113 | 15 | 74 | 107 | 66 |
| Binary | 11011100 | 11011101 | 111000 | 0 | 0 | 1001011 | 1101 | 111100 | 1000111 | 110110 |
Color Harmonies of #DCDD38
Complementary color
Monochromatic Colors of #DCDD38
Black with #DCDD38
Text Example
Text Example
White with #DCDD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD38; }
p { color: rgb(220,221,56); }
H1.HeaderClassName
{
color: #DCDD38;
}
.AnyTagClassName
{
color: #DCDD38;
}
</style>
background-color css
<style>
a { background-color: #DCDD38; }
a { background-color: rgb(220,221,56); }
div.DivClassName
{
background-color: #DCDD38;
}
.BgClassName
{
background-color: #DCDD38;
}
</style>
border-color css
<style>
span { border-color: #DCDD38; }
span { border-color: rgb(220,221,56); }
td.TdClassName
{
border-color: #DCDD38;
}
.TagClassName
{
border-color: #DCDD38;
}
</style>