Shades of Starship #DCD83C
Tints of Starship #DCD83C
RGB
CMYK
RGB Variations
Color information
#DCD83C (or 0xDCD83C) is known color: Starship. HEX triplet: DC, D8 and 3C. RGB value is (220,216,60). Sum of RGB (Red+Green+Blue) = 220+216+60=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD83C is #2327C3. Grayscale: #C8C8C8. Windows color (decimal): -2303940 or 3987676. OLE color: 3987676.
HSL color Cylindrical-coordinate representation of color #DCD83C: hue angle of 58.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCD83C is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 60 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.14 |
| HSL | 58.5º | 0.7% | 0.55% | - |
| HSV(B) | 58.5º | 0.73% | 0.86% | - |
| XYZ | 54.89 | 64.65 | 13.86 | - |
| YUV | 199.41 | 49.33 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 60 | 0 | 0.02 | 0.73 | 0.14 | 58.5 | 0.7 | 0.55 |
| Hex | DC | D8 | 3C | 0 | 2 | 49 | E | 3A | 46 | 37 |
| Octal | 334 | 330 | 74 | 0 | 2 | 111 | 16 | 72 | 106 | 67 |
| Binary | 11011100 | 11011000 | 111100 | 0 | 10 | 1001001 | 1110 | 111010 | 1000110 | 110111 |
Color Harmonies of #DCD83C
Complementary color
Monochromatic Colors of #DCD83C
Black with #DCD83C
Text Example
Text Example
White with #DCD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD83C; }
p { color: rgb(220,216,60); }
H1.HeaderClassName
{
color: #DCD83C;
}
.AnyTagClassName
{
color: #DCD83C;
}
</style>
background-color css
<style>
a { background-color: #DCD83C; }
a { background-color: rgb(220,216,60); }
div.DivClassName
{
background-color: #DCD83C;
}
.BgClassName
{
background-color: #DCD83C;
}
</style>
border-color css
<style>
span { border-color: #DCD83C; }
span { border-color: rgb(220,216,60); }
td.TdClassName
{
border-color: #DCD83C;
}
.TagClassName
{
border-color: #DCD83C;
}
</style>